From e6b1824c175d8079353e66b45ae8a778bd2b1034 Mon Sep 17 00:00:00 2001 From: Samuel Larkin Date: Fri, 19 Jul 2024 12:09:09 -0400 Subject: [PATCH] feat(workflow): use static/ to find the web pages --- .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 0ba8230..c9b2d28 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: '.' + path: "static" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4