Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Install jq for fetch script
run: sudo apt-get update && sudo apt-get install -y jq
- name: Run Zotero fetch script
run: ./themes/hugo-bibliography/fetch-zotero.sh

- name: Build with Hugo
env:
Expand Down
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ params:
showReadTime: false
showShare: false
ga_analytics: G-P55LD1R62C
groupId: 5010351
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ services:
working_dir: /src
command: >
sh -c "
apk add --no-cache curl jq &&
./themes/hugo-bibliography/fetch-zotero.sh &&
hugo server --bind 0.0.0.0 --port 1313
"
restart: unless-stopped
restart: unless-stopped