Prepare book release #78

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

View File

@ -4,7 +4,7 @@
FROM rust:latest
RUN apt-get update
RUN apt-get --yes upgrade
RUN apt-get --yes install openssh-client
RUN apt-get --yes install rsync openssh-client
# tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive

View File

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