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 config set cache-folder .yarn
|
||||||
- yarn install
|
- yarn install
|
||||||
script:
|
script:
|
||||||
- yarn eleventy
|
- yarn run build
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
Reference in a new issue