escape backslash

This commit is contained in:
weboko 2023-01-11 21:45:08 +01:00
parent d8a3d6647e
commit d3df6f7b7f
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}/"
}