fix: modified build script of .gitlab-ci.yml

This commit is contained in:
Laureηt 2021-10-08 09:19:07 +02:00
parent dc2c24cf9f
commit 1e00015eee
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -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/