fix: Dartdoc docs
This commit is contained in:
parent
7715c75be2
commit
c2637a0015
|
|
@ -91,6 +91,7 @@ build_api_doc:
|
|||
image: cirrusci/flutter
|
||||
script:
|
||||
- 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:
|
||||
paths:
|
||||
- docs/api/
|
||||
|
|
|
|||
Loading…
Reference in New Issue