We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65040f commit dd3b950Copy full SHA for dd3b950
.github/workflows/hugo.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install jq for fetch script
52
run: sudo apt-get update && sudo apt-get install -y jq
53
- name: Run Zotero fetch script
54
- run: ../../themes/hugo-bibliography/fetch-zotero.sh
+ run: ./themes/hugo-bibliography/fetch-zotero.sh
55
56
- name: Build with Hugo
57
env:
0 commit comments