Remove all doc files before generating new ones.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -29,6 +29,7 @@ pipeline {
|
||||
}
|
||||
stage("generate docs") {
|
||||
steps {
|
||||
sh "rm -r ./docs"
|
||||
nodejs('NodeJS (17.4.0)') {
|
||||
sh "npm run docs"
|
||||
}
|
||||
|
Reference in New Issue
Block a user