Skip to content

Commit 8ed22fe

Browse files
committed
Use Hugo 0.133.0
1 parent bb4ce4d commit 8ed22fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

3939
- name: Build and publish site
4040
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"
41+
curl -fL -o hugo.tar.gz "https://github.com/gohugoio/hugo/releases/download/v0.133.0/hugo_0.133.0_Linux-64bit.tar.gz"
4242
tar -xf hugo.tar.gz
4343
export PATH="$PWD:$PATH"
4444
mkdir $GITHUB_WORKSPACE/WORK

0 commit comments

Comments
 (0)