We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a7039 commit 914c7edCopy full SHA for 914c7ed
1 file changed
.github/workflows/gh-pages.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- name: Install Hugo CLI
33
run: |
34
- wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-amd64.deb \
35
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
36
- name: Checkout
37
uses: actions/checkout@v3
0 commit comments