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 01b55a1df1 - Show all commits

View File

@ -57,9 +57,11 @@ pipeline {
}
stage('Deploy satrs-book') {
when {
anyOf {
branch 'main'
branch 'prep-book-release'
}
}
steps {
dir('satrs-book') {
mdbook build