Revert "testing deployment of documentation"

This reverts commit 5488ee715f.
This commit is contained in:
Ulrich Mohr 2022-09-23 17:31:17 +02:00
parent 5c3bb13834
commit 12d0c23c13
1 changed files with 1 additions and 1 deletions

View File

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