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 056f160 commit 8a1c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git config --global user.email "[email protected]"
git add book/book
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push origin deploy
git push -u --force-with-lease origin deploy
formatter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a1c2da

Please sign in to comment.