From 8d374fdc71a148933a6a7db3a1c0345f199208e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Dec 2024 21:38:59 +0530 Subject: [PATCH] write permission --- .github/workflows/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 082c615..203d4a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,6 +45,12 @@ jobs: git fetch --prune --unshallow git worktree remove gh-pages --force || true + - name: Upload build artifact + uses: actions/upload-artifact@v4 + with: + name: github-pages + path: build # The folder containing your build output + # Step 5: Deploy to GitHub Pages - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4