Skip to content
Snippets Groups Projects
Commit 40f83152 authored by Dumoulin Cédric's avatar Dumoulin Cédric
Browse files

ci: Add yaml file for CI

The actual CI run docusaurus generation.
parent 2540d2a7
Branches
No related tags found
No related merge requests found
image: node:current-alpine3.20
pages:
stage: deploy
script:
- cd docwebsite
- npm install --force
- npm run build
- mv ./build ../public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment