Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhMaheshwari authored Dec 18, 2024
1 parent 821b9ab commit d000348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Git to trust the workspace directory
run: 'git config --global --add safe.directory /github/workspace'
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand All @@ -41,8 +43,6 @@ 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 d000348

Please sign in to comment.