From 353c85ee5bc3f82698f7ac7998b6ed9e6f3fbd68 Mon Sep 17 00:00:00 2001 From: adam wong Date: Mon, 14 Oct 2024 18:30:02 -0700 Subject: [PATCH] update workflow --- .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 35d89306..547801d2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,7 +35,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: "./dist" + path: "./" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1