add search data during build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Kaan Barmore-Genç 2023-10-26 23:00:09 -05:00
parent 13f6f1ec6b
commit 22972eb211
Signed by: kaan
GPG key ID: B2E280771CD62FCF

View file

@ -9,6 +9,10 @@ steps:
image: klakegg/hugo:ext-alpine image: klakegg/hugo:ext-alpine
commands: commands:
- hugo --minify - hugo --minify
search:
image: seriousbug/pagefind
commands:
- pagefind --site public
deploy: deploy:
image: minio/mc image: minio/mc
secrets: [MINIO_URL, ACCESS_KEY, SECRET_KEY] secrets: [MINIO_URL, ACCESS_KEY, SECRET_KEY]