Update .gitlab-ci.yml
This commit is contained in:
parent
aa6b4453c4
commit
a305fee9d8
|
@ -31,7 +31,7 @@ publishdocs:
|
||||||
stage: publishdocs
|
stage: publishdocs
|
||||||
image: ruby:2.3
|
image: ruby:2.3
|
||||||
script:
|
script:
|
||||||
- cd docs/api/ && bundle exec jekyll build -d test
|
- bundle exec jekyll build -d test
|
||||||
- cd docs/api/ && bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
dependencies:
|
dependencies:
|
||||||
- builddocs
|
- builddocs
|
Loading…
Reference in a new issue