From d2435019dd955b9f639044da06f05073a437208b Mon Sep 17 00:00:00 2001 From: Sandeep Kadam Date: Mon, 19 Aug 2024 23:41:24 +0530 Subject: [PATCH] Update static.yml added overwrite flag for artifact --- .github/workflows/static.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4507a24..a84f07d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -42,6 +42,7 @@ jobs: with: # Upload entire repository path: 'build' + overwrite: true - name: Deploy to GH Pages 🚀 id: deployment uses: actions/deploy-pages@v4