some improvements
Some checks are pending
Rust/sat-rs/pipeline/head Build started...

This commit is contained in:
2023-09-21 18:26:33 +02:00
parent eb6a94980a
commit 6579c6d864
2 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ pipeline {
}
}
stage('Deploy satrs-book') {
when {
branch 'main'
}
steps {
dir('satrs-book') {
mdbook build