ci: exclude image cache from artifact
This commit is contained in:
parent
0429678d57
commit
96db925b06
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 New Issue
Block a user