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 9a43701 commit bd88e75Copy full SHA for bd88e75
.github/workflows/publish-github-pages.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Build and publish site
43
run: |
44
- curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.82.0/hugo_0.82.0_Linux-64bit.tar.gz"
+ curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.146.2/hugo_0.146.2_Linux-64bit.tar.gz"
45
tar -xf hugo.tar.gz
46
export PATH="$PWD:$PATH"
47
mkdir $GITHUB_WORKSPACE/WORK
0 commit comments