Skip to content

Commit 68a2a88

Browse files
committed
update hugo during build
1 parent 1b46fa4 commit 68a2a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

2424
- name: Setup Hugo
2525
run: |
26-
curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.142.0/hugo_extended_0.142.0_linux-amd64.tar.gz'
26+
curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_extended_0.150.0_linux-amd64.tar.gz'
2727
tar -C ${RUNNER_TEMP} -zxvf /tmp/hugo.tar.gz hugo
2828
- name: Build
2929
run: ${RUNNER_TEMP}/hugo

0 commit comments

Comments
 (0)