From b572e0bfc480719903d1d00b4f162e996cb162e6 Mon Sep 17 00:00:00 2001 From: Tristan <60237631+Trit0@users.noreply.github.com> Date: Sat, 17 May 2025 10:27:39 -0400 Subject: [PATCH] Update static.yml --- .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 4edb246..566415e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './public/view/' + path: './public/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4