Skip to content
Snippets Groups Projects
Commit ca55083a authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

test

parent d996c653
No related branches found
No related tags found
No related merge requests found
Pipeline #103619 passed with stages
in 1 minute and 4 seconds
...@@ -12,10 +12,11 @@ pages: ...@@ -12,10 +12,11 @@ pages:
# only: # only:
# - main # - main
script: script:
- NUXT_APP_BASE_URL=/wiki/st npm run generate - NUXT_APP_BASE_URL=/wiki/$CI_COMMIT_REF_SLUG npm run generate
- rm -rf public - rm -rf public
- mkdir -p public/st - mkdir -p public/$CI_COMMIT_REF_SLUG
- mv .output/public public/st - mv .output/public public/$CI_COMMIT_REF_SLUG
- ls -l public
artifacts: artifacts:
paths: paths:
# The folder that contains the files to be exposed at the Page URL # The folder that contains the files to be exposed at the Page URL
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment