CI: Remove build api docs job
Now we have the api docs on pub.dev anyway. No need to make all pipelines 2 minutes longer.
This commit is contained in:
parent
08c808562b
commit
438f063550
|
|
@ -92,17 +92,6 @@ code_analyze:
|
||||||
- dart format lib/ test/ test_driver/ --set-exit-if-changed
|
- dart format lib/ test/ test_driver/ --set-exit-if-changed
|
||||||
- dart analyze
|
- dart analyze
|
||||||
|
|
||||||
build_api_doc:
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
stage: builddocs
|
|
||||||
image: google/dart
|
|
||||||
script:
|
|
||||||
- dartdoc --exclude "dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui"
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- doc/api/
|
|
||||||
|
|
||||||
build_doc:
|
build_doc:
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
@ -124,11 +113,9 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
script:
|
script:
|
||||||
- mv doc/api/ ./home/api
|
|
||||||
- mv doc-public ./home/doc
|
- mv doc-public ./home/doc
|
||||||
- mv home public
|
- mv home public
|
||||||
dependencies:
|
dependencies:
|
||||||
- build_api_doc
|
|
||||||
- build_doc
|
- build_doc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue