Remove dart doc workaround

This commit is contained in:
zontreck 2025-05-24 23:30:58 -07:00
parent 66e4a4c2d8
commit 7083b58ffc

8
Jenkinsfile vendored
View file

@ -24,10 +24,10 @@ pipeline {
unset WORKSPACE_TMP
rm -rf doc
dart pub get
# dart doc
# Workaround for dart doc being broken at the moment
dart pub global activate dartdoc
dart pub global run dartdoc
dart doc
#(EDIT: Workaround is not currently required.) 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/*