Switch to new documentation server #694

Merged
mohr merged 16 commits from mohr/documentation_ci into development 2022-09-30 15:05:20 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 12d0c23c13 - Show all commits

View File

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