From 96db925b0638c8808c8d1f1bf2ebade9e1a8d610 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Wed, 17 Feb 2021 10:34:08 +0100 Subject: [PATCH] ci: exclude image cache from artifact --- .github/workflows/hugo-artifact.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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