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