Remove all doc files before generating new ones.
This commit is contained in:
parent
b16dc05a54
commit
86cbd9440d
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user