mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Fix pagefind destination
This commit is contained in:
parent
429edbbc30
commit
56ae9c746a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "https://www.byjp.me"
|
--baseURL "https://www.byjp.me"
|
||||||
# Build the search index
|
# Build the search index
|
||||||
npm_config_yes=true npx pagefind
|
npm_config_yes=true npx pagefind@latest
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
site: public
|
site: public
|
||||||
# Don't use _pagefind as Github Pages will ignore it
|
# Don't use _pagefind as Github Pages will ignore it
|
||||||
output-subdir: search
|
output_subdir: search
|
||||||
|
|
Loading…
Reference in a new issue