Skip to content

Commit

Permalink
Bump Hugo version to 0.134.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed Sep 23, 2024
1 parent 76dd35e commit ef502e4
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.134.1
HUGO_VERSION: 0.134.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
Expand Down

0 comments on commit ef502e4

Please sign in to comment.