We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21688ce commit c9ad134Copy full SHA for c9ad134
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ env:
26
jobs:
27
build_and_deploy:
28
# The type of runner that the job will run on
29
- runs-on: ubuntu-24.04-arm
+ runs-on: ubuntu-latest
30
permissions:
31
id-token: write
32
contents: read
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
hugo --minify
61
cp learn-image-sitemap.xml public/learn-image-sitemap.xml
62
- bin/pagefind.arm64 --site "public"
+ bin/pagefind --site "public"
63
env:
64
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}
65
HUGO_RAG_API: ${{ secrets.HUGO_RAG_API }}
0 commit comments