fix: Dartdoc docs

This commit is contained in:
Sorunome 2021-02-11 13:01:17 +01:00
parent 7715c75be2
commit c2637a0015
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 0 deletions

View File

@ -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/