From 7cfb6722950e5dc5b9b71265abcaa2207f5a27eb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Feb 2023 15:22:46 -0300 Subject: Lets try again, this is for the Classic website --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62a8eb0..7d6506d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,11 @@ pages: # the job must be named pages - linux script: - npm install yarn + - echo $PATH + - export PATH="$(yarn global bin):$PATH" + - echo $PATH + - yarn install + - yarn build - yarn deploy - rm -rf public - mkdir -p public -- cgit v1.2.3-60-g2f50