Skip to content

Commit dd3b950

Browse files
authored
fix path to the fetch zotero script (#173)
1 parent c65040f commit dd3b950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install jq for fetch script
5252
run: sudo apt-get update && sudo apt-get install -y jq
5353
- name: Run Zotero fetch script
54-
run: ../../themes/hugo-bibliography/fetch-zotero.sh
54+
run: ./themes/hugo-bibliography/fetch-zotero.sh
5555

5656
- name: Build with Hugo
5757
env:

0 commit comments

Comments
 (0)