Changes the build doc target
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sylvain Tricot 2021-06-30 15:21:29 +02:00
parent de85a3f0c7
commit 16a550ee26
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -9,7 +9,8 @@ pipeline {
stage('Building HTML documentation...') {
steps {
echo 'building HTML...'
source _venv/bin/activate && pip install sphinx lxml && cd doc && make html
sh '/bin/bash -c "source _venv/bin/activate && pip install sphinx lxml"
sh '/bin/bash -c "source _venv/bin/activate && cd doc && make html"
}
}
stage('Syncing website...') {