diff --git a/Jenkinsfile b/Jenkinsfile index d38858b..61a60e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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