Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Attempted to fix deployment push error
  • Loading branch information
shubhMaheshwari authored Dec 18, 2024
1 parent 4fb130a commit 821b9ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
- name: Configure Git to trust the workspace directory
run: 'git config --global --add safe.directory /github/workspace'
- name: Force push to destination branch
uses: ad-m/[email protected]
with:
Expand Down

0 comments on commit 821b9ab

Please sign in to comment.