mirror of
https://github.com/waku-org/examples.waku.org.git
synced 2025-02-23 03:08:15 +00:00
Merge pull request #131 from waku-org/fix/ci
This commit is contained in:
commit
8829ba87b4
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user