Skip to content

Commit

Permalink
Merge pull request #626 from DIVD-NL/625-fixate-used-hugo-version-to-…
Browse files Browse the repository at this point in the history
…fix-build

625 - Fixated Hugo version to fix builds
  • Loading branch information
MagicLegend authored Dec 17, 2024
2 parents c3af2e3 + 06d70c9 commit 444c1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pages_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.139.4' # See https://github.com/gohugoio/hugo/issues/13150
extended: true
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pages_no_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.139.4' # See https://github.com/gohugoio/hugo/issues/13150
extended: true
- name: Build
run: |
Expand Down

0 comments on commit 444c1a5

Please sign in to comment.