mirror of https://github.com/KLayout/klayout.git
Fixed doc publishing Jenkinsfile
This commit is contained in:
parent
3ac791234a
commit
3bef4917ad
|
|
@ -10,7 +10,7 @@ node("linux") {
|
|||
}
|
||||
|
||||
stage("Producing doc") {
|
||||
sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
|
||||
linux_sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
|
||||
}
|
||||
|
||||
stage("Publish doc") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue