publish documentation for development and master branch #681

Merged
muellerr merged 16 commits from mohr/documentation_ci into development 2022-09-14 11:22:36 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9bd600c488 - Show all commits

View File

@ -42,7 +42,7 @@ pipeline {
}
stage('Documentation') {
when {
branch 'development'
branch 'mohr/documentation_ci'
}
steps {
dir(DOCDDIR) {