ci: prerender site
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Radical 2025-05-30 18:25:08 +02:00
parent 381124f778
commit d26bf02b6f

View file

@ -5,7 +5,7 @@ steps:
commands: commands:
- npm install -g pnpm - npm install -g pnpm
- pnpm install - pnpm install
- pnpm build - pnpm build --prerender
when: when:
- event: push - event: push
- event: pull_request - event: pull_request