Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2021-02-17 12:34:08 +0300
committerGitHub <noreply@github.com>2021-02-17 12:34:08 +0300
commit96db925b0638c8808c8d1f1bf2ebade9e1a8d610 (patch)
tree30b094a72bf207346e6025c8db99cb9bddef4a95 /.github
parent0429678d576a49abc416f49bd010c256696e32bf (diff)
ci: exclude image cache from artifact
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hugo-artifact.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/hugo-artifact.yml b/.github/workflows/hugo-artifact.yml
index eb7714c..50b728c 100644
--- a/.github/workflows/hugo-artifact.yml
+++ b/.github/workflows/hugo-artifact.yml
@@ -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