Prepare book release #78

Merged
muellerr merged 20 commits from prep-book-release into main 2023-09-21 20:04:20 +02:00
4 changed files with 92 additions and 65 deletions
Showing only changes of commit cd3e213b1e - Show all commits

View File

@ -59,7 +59,7 @@ pipeline {
when { when {
anyOf { anyOf {
branch 'main' branch 'main'
branch 'prep-book-release' branch pattern: "mdbook-deployment*"
} }
} }
steps { steps {