Added the syncing website section in CI
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

A stage to update the website was added to the
Jenkinsfile.
This commit is contained in:
Sylvain Tricot 2021-09-24 17:02:03 +02:00
parent bdbd320bf4
commit 4d3ac28343
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -13,9 +13,9 @@ pipeline {
}
stage('Syncing website...') {
steps {
echo 'Syncing website...'
// sh 'rm -rf $HOME/www/*'
// sh 'cp -a ./doc/build/html/* $HOME/www/'
// echo 'Syncing website...'
sh 'rm -rf $HOME/www/*'
sh 'cp -a ./doc/build/html/* $HOME/www/'
}
}