Skip to content

Commit 9b678f9

Browse files
committed
Correct Hugo download
1 parent 08ee31c commit 9b678f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build and publish site
5050
run: |
51-
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2.0_Linux-64bit.tar.gz"
51+
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.153.0/hugo_0.153.0_Linux-64bit.tar.gz"
5252
tar -xf hugo.tar.gz
5353
export PATH="$PWD:$PATH"
5454
mkdir $GITHUB_WORKSPACE/WORK

0 commit comments

Comments
 (0)