Skip to content

Commit

Permalink
Bump Hugo version to 0.133.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed Aug 19, 2024
1 parent 6af505b commit 45297fc
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
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install Hugo
env:
HUGO_VERSION: 0.131.0
HUGO_VERSION: 0.133.0
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
Expand Down

0 comments on commit 45297fc

Please sign in to comment.