From 5b8a1b61b9d9d56aa44baea80da876a40a6e3632 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 9 May 2024 03:19:44 +0200 Subject: [PATCH] chore: static page deployment --- .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 07f3453..6a0c3ca 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -44,7 +44,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: '.' + path: 'dist/demo-app' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4