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