fix: Dartdoc docs
This commit is contained in:
parent
7715c75be2
commit
c2637a0015
|
|
@ -91,6 +91,7 @@ build_api_doc:
|
||||||
image: cirrusci/flutter
|
image: cirrusci/flutter
|
||||||
script:
|
script:
|
||||||
- dartdoc --exclude "dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui"
|
- dartdoc --exclude "dart:async,dart:collection,dart:convert,dart:core,dart:developer,dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui"
|
||||||
|
- mv doc docs
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- docs/api/
|
- docs/api/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue