fix gitlab ci folder

This commit is contained in:
n8fr8 2026-04-21 19:59:23 -04:00
parent 747a961fe2
commit 2209fcc796

View file

@ -10,7 +10,7 @@ create-pages:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
# Functions that should be executed before the build script is run # Functions that should be executed before the build script is run
before_script: before_script:
- cd wwww - cd www
- npm ci - npm ci
script: script:
- npm run build - npm run build