Skip to content

Commit e811e65

Browse files
authored
Update hugo bib (#201)
* update hugo-bibliography version * remove no longer needed support for fetch script * add groupid for compatibility with the new hugo-bib version
1 parent 3bdaa9f commit e811e65

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
uses: actions/configure-pages@v5
4949
- name: Install Node.js dependencies
5050
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
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
5551

5652
- name: Build with Hugo
5753
env:

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ params:
8787
showReadTime: false
8888
showShare: false
8989
ga_analytics: G-P55LD1R62C
90+
groupId: 5010351

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ services:
88
working_dir: /src
99
command: >
1010
sh -c "
11-
apk add --no-cache curl jq &&
12-
./themes/hugo-bibliography/fetch-zotero.sh &&
1311
hugo server --bind 0.0.0.0 --port 1313
1412
"
15-
restart: unless-stopped
13+
restart: unless-stopped

0 commit comments

Comments
 (0)