Added auto doc deploy #2

Closed
SuwakoMmh wants to merge 13 commits from test into master
Showing only changes of commit c27e1a3ef3 - Show all commits

4
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
stages {
stage('Install Dependencies') {
steps {
sh 'pipenv sync --sequential --dev'
sh 'pipenv sync --dev'
}
}
@ -48,7 +48,7 @@ pipeline {
when {
anyOf {
branch 'stable'
branch 'unstable'
branch 'master'
buildingTag()
}
}