diff --git a/Jenkinsfile b/Jenkinsfile index 139b5b8..9c191b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 . '''