Skip to content

Commit be17541

Browse files
authored
Update hugo.yml
1 parent ce4032c commit be17541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Install Hugo CLI
3434
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 \
35+
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 \
3636
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3737
- name: Checkout
3838
uses: actions/checkout@v3

0 commit comments

Comments
 (0)