1
0
mirror of synced 2024-06-03 19:28:09 +02:00

Merge branch 'master' into 'master'

Update .gitlab-ci.yml to build to public folder with gitlab version 3.x

Change is needed so that build can happen to public folder. This is needed with gitbook version 3.2.0 as by default it builds to _book folder

See merge request !3
This commit is contained in:
Achilleas Pipinellis 2016-12-01 21:26:32 +00:00
commit 66e0581831

View File

@ -16,7 +16,7 @@ before_script:
pages: pages:
stage: deploy stage: deploy
script: script:
- gitbook build # build to public path - gitbook build . public # build to public path
artifacts: artifacts:
paths: paths:
- public - public