fix failure in Jenkins script

This commit is contained in:
weboko 2022-12-22 21:13:05 +01:00
parent 6720385895
commit dd43fac5a2
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

4
ci/Jenkinsfile vendored
View File

@ -79,7 +79,5 @@ def buildExample(example=STAGE_NAME) {
def copyExample(example=STAGE_NAME) {
sh "mkdir -p build/docs/${example}"
sh "cp examples/${example}/*.html build/docs/${example}/"
sh "cp examples/${example}/*.js build/docs/${example}/"
sh "cp examples/${example}/*.css build/docs/${example}/"
sh "cp examples/${example}/*.(js|css|html) build/docs/${example}/"
}