Update .gitlab-ci.yml
This commit is contained in:
parent
b36a612b43
commit
f4f72e64bc
|
@ -25,7 +25,7 @@ builddocs:
|
|||
- dartdoc
|
||||
artifacts:
|
||||
paths:
|
||||
- doc/api/
|
||||
- doc/api/
|
||||
|
||||
publishdocs:
|
||||
stage: docs
|
||||
|
@ -34,4 +34,4 @@ publishdocs:
|
|||
- cd docs/api/ && bundle exec jekyll build -d test
|
||||
- cd docs/api/ && bundle exec jekyll build -d public
|
||||
dependencies:
|
||||
- builddocs
|
||||
- builddocs
|
Loading…
Reference in a new issue