Skip to content

Commit

Permalink
Bump Hugo version to 0.126.3
Browse files Browse the repository at this point in the history
yanirs committed Jun 3, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent c7583db commit cb1ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:

- name: Install Hugo
env:
HUGO_VERSION: 0.126.1
HUGO_VERSION: 0.126.3
run: |
wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb

0 comments on commit cb1ebef

Please sign in to comment.