Skip to content

Commit

Permalink
Pin hugo to v0.133.1 for now (#1767)
Browse files Browse the repository at this point in the history
* Bump hugo to v1.33.1

* Update hugo-verifications.yml
  • Loading branch information
altinnadmin authored Sep 4, 2024
1 parent 227d393 commit 17f2286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo-verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
hugo-version: '0.133.1'

- name: Build docs
run: hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.124.1
HUGO_VERSION: 0.133.1
steps:
- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit 17f2286

Please sign in to comment.