Update .gitlab-ci.yml
This commit is contained in:
parent
9a54d2e931
commit
910d738fc9
|
@ -23,7 +23,7 @@ builddocs:
|
|||
stage: builddocs
|
||||
image: cirrusci/flutter
|
||||
script:
|
||||
- dartdoc
|
||||
- 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/
|
||||
|
|
Loading…
Reference in a new issue