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 206d8da commit 99e873bCopy full SHA for 99e873b
.github/workflows/publish.yaml
@@ -35,7 +35,8 @@ jobs:
35
36
- name: Install Hugo
37
run: |-
38
- curl -L https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION#v}_linux-amd64.deb | sudo dpkg -i -
+ wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/${HUGO_VERSION}/hugo_extended_${HUGO_VERSION#v}_linux-amd64.deb
39
+ sudo dpkg -i hugo.deb
40
41
- name: Build with Hugo
42
env:
0 commit comments