diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb2cba9f3b840399bd2e76f8618acdae38db89f2..e824929d502ad2a2a06d0690c26e2f0fe97c221c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ pages: - echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc - echo 'yarn-offline-mirror-pruning true' >> .yarnrc - yarn install --frozen-lockfile + - echo 'VITE_TEAM_NAME: $VITE_TEAM_NAME' script: - yarn build - mv dist public #Ensure the output directory is renamed to public