Skip to content

Commit d4ef439

Browse files
committed
Fix Hugo download link
1 parent a32f30b commit d4ef439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Install Hugo CLI
3636
run: |
37-
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb \
37+
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3838
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
3939
4040
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
6767
ADMIN_API_KEY: ${{ secrets.ALGOLIA_APIKEY }}
6868
INDEX_NAME: "shuosc_index_with_prefix"
6969
FILE_PATH: "./public/index.json"
70-
70+
7171
# Deployment job
7272
deploy:
7373
environment:

0 commit comments

Comments
 (0)