Skip to content

Commit

Permalink
fix(workflows): revert hugo from version 0.139.5 to 0.139.4 (#87)
Browse files Browse the repository at this point in the history
Version `0.139.5` is just a technical release and therefore, the
previous version should be used instead.

See also:
- https://github.com/gohugoio/hugo/releases/tag/v0.139.5
- https://github.com/gohugoio/hugo/releases/tag/v0.139.4
  • Loading branch information
beiertu-mms authored Dec 16, 2024
1 parent bb5e646 commit efab58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.139.5
HUGO_VERSION: 0.139.4
steps:
- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit efab58d

Please sign in to comment.