fix: modified build script of .gitlab-ci.yml
This commit is contained in:
parent
dc2c24cf9f
commit
1e00015eee
|
@ -9,7 +9,7 @@ Build:
|
|||
- yarn config set cache-folder .yarn
|
||||
- yarn install
|
||||
script:
|
||||
- yarn eleventy
|
||||
- yarn run build
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
|
Reference in a new issue