fix syntax of command

This commit is contained in:
weboko 2023-01-11 20:22:32 +01:00
parent 266916be74
commit 4011baf6cf
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

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