We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67814bc commit 28b50c4Copy full SHA for 28b50c4
1 file changed
.github/workflows/deploy.yml
@@ -38,9 +38,9 @@ jobs:
38
run: |
39
PYTHONPATH=. python scripts/migrate_files.py
40
41
- - name: Update publications file
42
- run: |
43
- PYTHONPATH=. python scripts/update_pubs.py --scholar_id Xf3M93cAAAAJ
+ # - name: Update publications file
+ # run: |
+ # PYTHONPATH=. python scripts/update_pubs.py --scholar_id Xf3M93cAAAAJ
44
45
- name: Create publications.bib
46
@@ -60,4 +60,4 @@ jobs:
60
exit 0
61
fi
62
git commit -m "chore: update publications from Google Scholar"
63
- git push
+ git push
0 commit comments