Changes the build doc target
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
de85a3f0c7
commit
16a550ee26
|
@ -9,7 +9,8 @@ pipeline {
|
||||||
stage('Building HTML documentation...') {
|
stage('Building HTML documentation...') {
|
||||||
steps {
|
steps {
|
||||||
echo 'building HTML...'
|
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...') {
|
stage('Syncing website...') {
|
||||||
|
|
Loading…
Reference in New Issue