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

use root public folder to be served

parent c6df827d
No related branches found
No related tags found
No related merge requests found
Pipeline #103617 passed with stages
in 1 minute and 2 seconds
......@@ -13,9 +13,9 @@ pages:
# - main
script:
- NUXT_APP_BASE_URL=/wiki/ npm run generate
# - rm -rf public
# - mv .output/public public
- rm -rf public
- mv .output/public public
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- .output/public
- public
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