Add dart doc workaround

This commit is contained in:
zontreck 2025-03-22 09:44:28 -07:00
parent c6c77dc368
commit adbc5742d9

6
Jenkinsfile vendored
View file

@ -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