Fix build action
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Matěj Divecký 2023-08-31 09:09:26 +02:00
parent 6a20b5104a
commit 72161797e3

View file

@ -2,9 +2,8 @@ pipeline:
build:
image: klakegg/hugo:alpine
commands:
- apk add --no-cache nodejs yarn
- yarn
- yarn styles:watch
- apk add --no-cache nodejs npm
- npm i
- hugo
deploy: