From cf2420331d0b23a5227dc2ee4e4958e7f0adeca8 Mon Sep 17 00:00:00 2001 From: Aidan Prior <49288764+aidanprior@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:26:22 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 6da58b1..9d48f31 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -38,8 +38,8 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - # Upload dist folder - path: './launch-page/dist' + # Upload dist folder (and assets folder) + path: './launch-page/dist/*' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4