Skip to content

Commit 914c7ed

Browse files
committed
Hugo artefacts nameing convention has changed
1 parent 05a7039 commit 914c7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Install Hugo CLI
3333
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 \
34+
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-amd64.deb \
3535
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3636
- name: Checkout
3737
uses: actions/checkout@v3

0 commit comments

Comments
 (0)