fix typo
This commit is contained in:
parent
5a9016ccfc
commit
e7fc0a4f10
2
contrib/ci/Jenkinsfile
vendored
2
contrib/ci/Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
||||
}
|
||||
stage('docs') {
|
||||
steps {
|
||||
sh' make -C docs html'
|
||||
sh 'make -C docs html'
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
|
Loading…
Reference in New Issue
Block a user