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 bb4ce4d commit 8ed22feCopy full SHA for 8ed22fe
.github/workflows/publish-older-minor-gh-pages.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build and publish site
40
run: |
41
- curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_0.108.0_Linux-64bit.tar.gz"
+ curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_Linux-64bit.tar.gz"
42
tar -xf hugo.tar.gz
43
export PATH="$PWD:$PATH"
44
mkdir $GITHUB_WORKSPACE/WORK
0 commit comments