Add dart doc workaround
This commit is contained in:
parent
c6c77dc368
commit
adbc5742d9
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -25,7 +25,11 @@ pipeline {
|
|||
|
||||
rm -rf doc
|
||||
flutter pub get
|
||||
dart doc
|
||||
|
||||
# dart doc
|
||||
# Workaround for dart doc being broken at the moment
|
||||
dart pub global activate dartdoc
|
||||
dart pub global run dartdoc
|
||||
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
flutter pub publish -f --skip-validation || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue