Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 17:34:42 +00:00
parent d88e7e83a1
commit 9a54d2e931
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ publishdocs:
stage: publishdocs
image: ruby:2.3
script:
- mv doc/api/* ./
- bundle install
- bundle exec jekyll build -d public
dependencies: