Skip to content
Snippets Groups Projects
Verified Commit d23b9fb9 authored by Louis's avatar Louis :fire:
Browse files

Fix gitlab pages config

parent 0e2bf70e
No related branches found
No related tags found
No related merge requests found
Pipeline #335 failed with stages
in 41 seconds
......@@ -75,9 +75,10 @@ pages:
- cd docs
- npm ci
- npm run build
- mv -r public ../
artifacts:
paths:
- docs/_book
- public
expire_in: 4 days
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
......@@ -6,7 +6,7 @@
"scripts": {
"init": "honkit init",
"serve": "honkit serve",
"build": "honkit build"
"build": "honkit build . public"
},
"keywords": [],
"author": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment