This commit is contained in:
parent
6a20b5104a
commit
72161797e3
1 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue