Ensure serverCode is deleted before trying to publish

This commit is contained in:
zontreck 2024-07-10 02:14:08 -07:00
parent 662b93e011
commit ede58b45c9
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
dart pub get
dart doc
tar -cvf docs.tgz doc/api/*
rm -rf ServerCode
'''
}
}
@ -38,6 +39,7 @@ pipeline {
sh 'git commit -m "[BOT] Publish LibAC DartDocs"'
sh 'git push --all'
}
sh 'rm -rf ServerCode'
}
}

View file

@ -1,6 +1,6 @@
name: libac_dart
description: "Aria's Creations code library"
version: 1.2.071024+0207
version: 1.2.071024+0213
homepage: "https://zontreck.com"