mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +01:00
Build with search index
This commit is contained in:
parent
79ba0b4133
commit
8670c02e0b
2 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -58,6 +58,8 @@ jobs:
|
||||||
--cacheDir /tmp/hugo/cache \
|
--cacheDir /tmp/hugo/cache \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "https://www.byjp.me"
|
--baseURL "https://www.byjp.me"
|
||||||
|
# Build the search index
|
||||||
|
npm_config_yes=true npx pagefind
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue