summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-02-04 15:22:46 -0300
committerJesusaves <cpntb1@ymail.com>2023-02-04 15:22:46 -0300
commit7cfb6722950e5dc5b9b71265abcaa2207f5a27eb (patch)
tree1d3351381c2e8946300b6564a0428fe96e5e25c9
parentd36f23a94e0fc841fc2e04f4ed9c587b27ecbc5e (diff)
downloadwebsite-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.yml5
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