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.
2 parents a135204 + 062f57e commit 436e425Copy full SHA for 436e425
.github/workflows/hugo.yaml
@@ -62,7 +62,7 @@ jobs:
62
--minify \
63
--baseURL "${{ steps.pages.outputs.base_url }}/"
64
- name: Index pagefind
65
- run: npx -y pagefind --source "public"
+ run: npx -y pagefind@v1.2.0 --site "public"
66
- name: Upload artifact
67
uses: actions/upload-pages-artifact@v3
68
with:
0 commit comments