mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-11 14:34:17 +00:00
ci: deploy style sheet if present
This commit is contained in:
parent
d9c7d2a3aa
commit
101b302522
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -80,4 +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}/"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user