Add dartdoc workaround
This commit is contained in:
parent
1f7260c9cf
commit
edca96f33f
1 changed files with 6 additions and 1 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -27,7 +27,12 @@ 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
|
||||
|
||||
|
||||
cd doc/api
|
||||
tar -cvf ../../docs.tgz .
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue