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

build gitlab page site

parent 66f3bad8
No related branches found
No related tags found
No related merge requests found
Pipeline #98169 passed with stages
in 1 minute and 46 seconds
# The Docker image that will be used to build your app
image: node:19.5-bullseye-slim
# Functions that should be executed before the build script is run
before_script:
- npm ci
cache:
paths:
- node_modules/
pages:
only:
- main
script:
- NUXT_APP_BASE_URL=/docus-test/ npm run generate
- rm -rf public
- mv .output/public public
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- 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