From eaf41341afd546db5bfa7c6b765696e3a4c8edcd Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Mon, 3 Feb 2025 01:29:23 +0000 Subject: [PATCH] ci: let's try this --- .github/workflows/build-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 484781b..d308404 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -47,7 +47,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload built files - path: './dist/web' + path: './dist/web/' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4