mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
ci: exclude image cache from artifact
This commit is contained in:
parent
0429678d57
commit
96db925b06
1 changed files with 3 additions and 1 deletions
4
.github/workflows/hugo-artifact.yml
vendored
4
.github/workflows/hugo-artifact.yml
vendored
|
@ -39,4 +39,6 @@ jobs:
|
|||
# Artifact name
|
||||
name: resources
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: exampleSite/resources
|
||||
path: |
|
||||
exampleSite/resources
|
||||
!exampleSite/resources/_gen/images
|
||||
|
|
Loading…
Reference in a new issue