Merge pull request #131 from waku-org/fix/ci

This commit is contained in:
fryorcraken.eth 2022-10-07 11:46:08 +11:00 committed by GitHub
commit 8829ba87b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -80,5 +80,5 @@ def buildExample(example=STAGE_NAME) {
def copyExample(example=STAGE_NAME) {
sh "mkdir -p build/docs/${example}"
sh "cp ${example}/index.html build/docs/${example}/"
sh "[ -f ${example}/style.css ] && cp ${example}/style.css build/docs/${example}/"
sh "[ -f ${example}/style.css ] && cp ${example}/style.css build/docs/${example}/ || exit 0"
}