Skip to content

Commit

Permalink
Bump Hugo version to 0.140.0
Browse files Browse the repository at this point in the history
yanirs committed Dec 20, 2024
1 parent 584bc2e commit 8bb80bb
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.139.2
HUGO_VERSION: 0.140.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

0 comments on commit 8bb80bb

Please sign in to comment.