Remove dart doc workaround
This commit is contained in:
parent
66e4a4c2d8
commit
7083b58ffc
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -24,10 +24,10 @@ pipeline {
|
||||||
unset WORKSPACE_TMP
|
unset WORKSPACE_TMP
|
||||||
rm -rf doc
|
rm -rf doc
|
||||||
dart pub get
|
dart pub get
|
||||||
# dart doc
|
dart doc
|
||||||
# Workaround for dart doc being broken at the moment
|
#(EDIT: Workaround is not currently required.) Workaround for dart doc being broken at the moment
|
||||||
dart pub global activate dartdoc
|
#dart pub global activate dartdoc
|
||||||
dart pub global run dartdoc
|
#dart pub global run dartdoc
|
||||||
|
|
||||||
tar -cvf docs.tgz doc/api/*
|
tar -cvf docs.tgz doc/api/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue