Skip to content

Commit a30534d

Browse files
committed
Fix 3
1 parent c700feb commit a30534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: |
2626
python -m pip install transformers sklearn numpy
2727
python -m pip install torch==1.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
28-
python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/papers-abstracts.json ${{ github.workspace }}/_site/tsne.json
28+
python ${{ github.workspace }}/etc/compute_embeddings.py ${{ github.workspace }}/_site/papers-abstract.json ${{ github.workspace }}/_site/tsne.json
2929
- uses: actions/upload-artifact@v2
3030
with:
3131
name: site

0 commit comments

Comments
 (0)