Skip to content

Commit

Permalink
Update zotero.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jun 14, 2024
1 parent 57c9a96 commit 6e8b863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zotero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:

- name: Download Zotero BIBJSON for Presentations
working-directory: ./scripts/nodejs
run: node zotero.js download-collection 1486708 8PHTET8E _data/presentations.json
run: 'node zotero.js download-collection 1486708 8PHTET8E ${{ github.workspace }}/_data/presentations.json'
env:
ZOTERO_TOKEN: ${{ secrets.ZOTERO_TOKEN }}

- name: Download Zotero BIBJSON for Publications
working-directory: ./scripts/nodejs
run: node zotero.js download-collection 1486708 SPFKFKMN _data/publications.json
run: 'node zotero.js download-collection 1486708 SPFKFKMN ${{ github.workspace }}/_data/publications.json'
env:
ZOTERO_TOKEN: ${{ secrets.ZOTERO_TOKEN }}

- name: Download Zotero BIBJSON for Datasets
working-directory: ./scripts/nodejs
run: node zotero.js download-collection 1486708 UK7WNFH7 _data/datasets.json
run: 'node zotero.js download-collection 1486708 UK7WNFH7 ${{ github.workspace }}/_data/datasets.json'
env:
ZOTERO_TOKEN: ${{ secrets.ZOTERO_TOKEN }}

Expand Down

0 comments on commit 6e8b863

Please sign in to comment.