(Try to) Recursively include all files in public/
This commit is contained in:
parent
1357f94e7e
commit
ede65b4db2
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue