aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9bb55e9..d5485b3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
steps {
sh 'cask'
sh 'make html'
- stash includes: 'public/*', name: 'public_html'
+ stash includes: 'public/**', name: 'public_html'
}
}
@@ -24,7 +24,7 @@ pipeline {
steps {
sh 'make css'
- stash includes: 'public/*', name: 'public_css'
+ stash includes: 'public/**', name: 'public_css'
}
}
}