Skip to content

Commit c700feb

Browse files
committed
Fix 2
1 parent 7c027d7 commit c700feb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ jobs:
2424
architecture: x64
2525
- run: |
2626
python -m pip install transformers sklearn numpy
27-
python -m pip install pip install torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
27+
python -m pip install torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2828
python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/papers-abstracts.json ${{ github.workspace }}/_site/tsne.json
29+
- uses: actions/upload-artifact@v2
30+
with:
31+
name: site
32+
path: ${{ github.workspace }}/_site/

0 commit comments

Comments
 (0)