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 ce4032c commit be17541Copy full SHA for be17541
.github/workflows/hugo.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- name: Install Hugo CLI
34
run: |
35
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${{ vars.HUGO_VERSION }}/hugo_extended_${{ vars.HUGO_VERSION }}_Linux-64bit.deb \
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${{ vars.HUGO_VERSION }}/hugo_extended_${{ vars.HUGO_VERSION }}_linux-amd64.deb \
36
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
37
- name: Checkout
38
uses: actions/checkout@v3
0 commit comments