From 1e00015eee6d9dabde7b04255bcd6e020cc81a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 8 Oct 2021 09:19:07 +0200 Subject: [PATCH] fix: modified build script of .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e908892..95c7859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ Build: - yarn config set cache-folder .yarn - yarn install script: - - yarn eleventy + - yarn run build cache: paths: - node_modules/