Skip to content

Commit bd88e75

Browse files
committed
updating hugo
1 parent 9a43701 commit bd88e75

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.82.0/hugo_0.82.0_Linux-64bit.tar.gz"
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"
4545
tar -xf hugo.tar.gz
4646
export PATH="$PWD:$PATH"
4747
mkdir $GITHUB_WORKSPACE/WORK

0 commit comments

Comments
 (0)