From 3ef026e84ab6da194818e493b6e5a58f34480fd8 Mon Sep 17 00:00:00 2001 From: Will <83637728+wi11-holdsworth@users.noreply.github.com> Date: Fri, 19 Sep 2025 17:03:10 +1000 Subject: [PATCH] Change artifact upload path to directory --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 04edcb5..7f6c65c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: './rendercv_output/Will_Holdsworth_CV.pdf' + path: './rendercv_output/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4