Skip to content

Commit

Permalink
Switch back to hugomods/hugo
Browse files Browse the repository at this point in the history
Until there is a solution for gohugoio/hugo#12991
  • Loading branch information
theory committed Nov 24, 2024
1 parent a9ad224 commit 70ef0f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
- name: Check out Source
uses: actions/checkout@v4
- name: Build the Site
uses: docker://ghcr.io/gohugoio/hugo:v0.135.0
# https://github.com/gohugoio/hugo/issues/12991
# uses: docker://ghcr.io/gohugoio/hugo:v0.135.0
uses: docker://hugomods/hugo:base-0.139.2
with: { entrypoint: hugo }
- name: Generate Publish Script
run: ./bin/publish public justatheory.com E1X44SJ45FTNGI 1 > publish.sh
Expand Down

0 comments on commit 70ef0f2

Please sign in to comment.