Skip to content

Commit

Permalink
write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Dec 13, 2024
1 parent f2c1e2a commit 8d374fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d374fd

Please sign in to comment.