Update .gitlab-ci.yml
This commit is contained in:
parent
b36a612b43
commit
f4f72e64bc
|
@ -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
|
Loading…
Reference in a new issue