mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +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 \
|
||||
--minify \
|
||||
--baseURL "https://www.byjp.me"
|
||||
# Build the search index
|
||||
npm_config_yes=true npx pagefind
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue