Skip to content

Commit 21688ce

Browse files
authored
Update deploy.yml
1 parent 1c57c1d commit 21688ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
build_and_deploy:
2828
# The type of runner that the job will run on
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-24.04-arm
3030
permissions:
3131
id-token: write
3232
contents: read
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
hugo --minify
6161
cp learn-image-sitemap.xml public/learn-image-sitemap.xml
62-
bin/pagefind --site "public"
62+
bin/pagefind.arm64 --site "public"
6363
env:
6464
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
6565
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}

0 commit comments

Comments
 (0)