Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 12:27:21 +00:00
parent b36a612b43
commit f4f72e64bc
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ builddocs:
- dartdoc - dartdoc
artifacts: artifacts:
paths: paths:
- doc/api/ - doc/api/
publishdocs: publishdocs:
stage: docs stage: docs
@ -34,4 +34,4 @@ publishdocs:
- cd docs/api/ && bundle exec jekyll build -d test - cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public - cd docs/api/ && bundle exec jekyll build -d public
dependencies: dependencies:
- builddocs - builddocs