We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ee31c commit 9b678f9Copy full SHA for 9b678f9
.github/workflows/publish-gh-pages.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Build and publish site
50
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"
+ curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.153.0/hugo_0.153.0_Linux-64bit.tar.gz"
52
tar -xf hugo.tar.gz
53
export PATH="$PWD:$PATH"
54
mkdir $GITHUB_WORKSPACE/WORK
0 commit comments