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

Set to previous

parent ca55083a
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,12 @@ cache:
- node_modules/
pages:
# only:
# - main
only:
- main
script:
- NUXT_APP_BASE_URL=/wiki/$CI_COMMIT_REF_SLUG npm run generate
- NUXT_APP_BASE_URL=/wiki npm run generate
- rm -rf public
- mkdir -p public/$CI_COMMIT_REF_SLUG
- mv .output/public public/$CI_COMMIT_REF_SLUG
- ls -l public
- mv .output/public public
artifacts:
paths:
# 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