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: ...@@ -75,9 +75,10 @@ pages:
- cd docs - cd docs
- npm ci - npm ci
- npm run build - npm run build
- mv -r public ../
artifacts: artifacts:
paths: paths:
- docs/_book - public
expire_in: 4 days expire_in: 4 days
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"init": "honkit init", "init": "honkit init",
"serve": "honkit serve", "serve": "honkit serve",
"build": "honkit build" "build": "honkit build . public"
}, },
"keywords": [], "keywords": [],
"author": "", "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