Update .gitlab-ci.yml
This commit is contained in:
parent
d88e7e83a1
commit
9a54d2e931
|
@ -34,6 +34,7 @@ publishdocs:
|
|||
stage: publishdocs
|
||||
image: ruby:2.3
|
||||
script:
|
||||
- mv doc/api/* ./
|
||||
- bundle install
|
||||
- bundle exec jekyll build -d public
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue