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 1b46fa4 commit aec1809Copy full SHA for aec1809
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Setup Hugo
25
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'
+ 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'
27
tar -C ${RUNNER_TEMP} -zxvf /tmp/hugo.tar.gz hugo
28
- name: Build
29
run: ${RUNNER_TEMP}/hugo
0 commit comments