Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 12:29:18 +00:00
parent aa6b4453c4
commit a305fee9d8
1 changed files with 2 additions and 2 deletions

View File

@ -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