From aed7a026d03cf89dfcad8841c94c1ed1fe5a8681 Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Mon, 3 Feb 2025 01:23:11 +0000 Subject: [PATCH] ci: see what's there --- .github/workflows/build-web.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 17ca4d7..484781b 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -41,11 +41,13 @@ jobs: run: yarn web-release - name: Set up Pages uses: actions/configure-pages@v5 + - name: hmmm + run: ls ./dist && ls ./dist/web - name: Upload artifact 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