Disable the dartdoc workaround
This commit is contained in:
parent
61a9ecd382
commit
09c2a99cda
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -27,10 +27,10 @@ pipeline {
|
|||
flutter pub get
|
||||
flutter pub publish -f --skip-validation || true
|
||||
|
||||
# dart doc
|
||||
dart doc
|
||||
# Workaround for dart doc being broken at the moment
|
||||
dart pub global activate dartdoc
|
||||
dart pub global run dartdoc
|
||||
#dart pub global activate dartdoc
|
||||
#dart pub global run dartdoc
|
||||
|
||||
|
||||
cd doc/api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue