From 4c21c9d6a727a53a966f4ae0fb2413514f5ac184 Mon Sep 17 00:00:00 2001 From: adam wong Date: Mon, 14 Oct 2024 17:50:30 -0700 Subject: [PATCH] deploy dist --- .github/workflows/static.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index b6b67d67..35d89306 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,8 +35,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - # Upload entire repository - path: "." + path: "./dist" - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1