Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 27, 2024
1 parent e31eb1c commit 49740a0
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 @@ -50,8 +50,8 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m 'deploy'
git config --local --add safe.directory /github/workspace/docs/_build/html
- name: Force push to destination branch
git config --global --add safe.directory /github/workspace/docs/_build/html
- name: Force push to destination branch
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 49740a0

Please sign in to comment.