diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-04 15:22:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-04 15:22:46 -0300 |
commit | 7cfb6722950e5dc5b9b71265abcaa2207f5a27eb (patch) | |
tree | 1d3351381c2e8946300b6564a0428fe96e5e25c9 | |
parent | d36f23a94e0fc841fc2e04f4ed9c587b27ecbc5e (diff) | |
download | website-7cfb6722950e5dc5b9b71265abcaa2207f5a27eb.tar.gz website-7cfb6722950e5dc5b9b71265abcaa2207f5a27eb.tar.bz2 website-7cfb6722950e5dc5b9b71265abcaa2207f5a27eb.tar.xz website-7cfb6722950e5dc5b9b71265abcaa2207f5a27eb.zip |
Lets try again, this is for the Classic website
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |