Skip to content

Commit 16c3c05

Browse files
committed
upgrading Hugo to fix Release Notes bug
1 parent cb362aa commit 16c3c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4242
- name: Build and publish site
4343
run: |
44-
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.146.2/hugo_0.146.2_Linux-64bit.tar.gz"
44+
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_0.152.2_Linux-64bit.tar.gz"
4545
tar -xf hugo.tar.gz
4646
export PATH="$PWD:$PATH"
4747
mkdir $GITHUB_WORKSPACE/WORK

0 commit comments

Comments
 (0)