From bdd2bd429a2e8caa5c03e563b20ccd946999b615 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 12 Feb 2021 14:59:37 +0100 Subject: fix(ci): use correct path for artifact --- .github/workflows/hugo-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo-artifact.yml b/.github/workflows/hugo-artifact.yml index be63ba0..eb7714c 100644 --- a/.github/workflows/hugo-artifact.yml +++ b/.github/workflows/hugo-artifact.yml @@ -39,4 +39,4 @@ jobs: # Artifact name name: resources # A file, directory or wildcard pattern that describes what to upload - path: resources + path: exampleSite/resources -- cgit v1.2.3