Fix pagefind destination

This commit is contained in:
JP Hastings-Spital 2023-09-13 22:21:19 +01:00
parent 429edbbc30
commit 56ae9c746a
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ jobs:
--minify \
--baseURL "https://www.byjp.me"
# Build the search index
npm_config_yes=true npx pagefind
npm_config_yes=true npx pagefind@latest
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:

View file

@ -1,3 +1,3 @@
site: public
# Don't use _pagefind as Github Pages will ignore it
output-subdir: search
output_subdir: search