We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32f30b commit d4ef439Copy full SHA for d4ef439
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Install Hugo CLI
36
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 \
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
38
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
39
40
- name: Checkout
@@ -67,7 +67,7 @@ jobs:
67
ADMIN_API_KEY: ${{ secrets.ALGOLIA_APIKEY }}
68
INDEX_NAME: "shuosc_index_with_prefix"
69
FILE_PATH: "./public/index.json"
70
-
+
71
# Deployment job
72
deploy:
73
environment:
0 commit comments