From 619ba6089e8b849818ae54f20b4ab3d8b7c5aa29 Mon Sep 17 00:00:00 2001 From: "D.C. Compton" Date: Fri, 27 Sep 2024 20:37:50 -0500 Subject: [PATCH] Adjust path. --- .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 a9844a4..3f01993 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -55,7 +55,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'site' + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4