From d9045efcb090baab23a570991603d855bf044760 Mon Sep 17 00:00:00 2001 From: alam00000 Date: Tue, 13 Jan 2026 13:33:23 +0530 Subject: [PATCH] fix: static deployment for github pages --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c81d723..52ecbd1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -58,6 +58,9 @@ jobs: with: # Upload entire repository path: dist + name: github-pages-deployment - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + artifact_name: github-pages-deployment