Skip to content

Commit

Permalink
Fix git push command.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed May 24, 2024
1 parent 8a1c2da commit a7188b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add book/book
git add --force book/book
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push -u --force-with-lease origin deploy
git push --set-upstream --force-with-lease origin deploy
formatter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a7188b5

Please sign in to comment.