Removed doc directory deleting step.

This commit is contained in:
Harrison Deng 2022-05-11 22:52:05 -05:00
parent e44fbdf5a4
commit 2fdb0fd98c

1
Jenkinsfile vendored
View File

@ -27,7 +27,6 @@ pipeline {
}
stage("generate docs") {
steps {
sh "rm -r ./docs"
nodejs('System') {
sh "npm run docs"
}