Skip to content

Commit

Permalink
Fix deploy step.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed May 24, 2024
1 parent 4401743 commit 0b15b96
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 @@ -43,10 +43,10 @@ jobs:
# Only run on main branch push (e.g. pull request merge).
if: github.event_name == 'push'
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.name "Deployer"
git config --global user.email "[email protected]"
git add --force book/book
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git commit -m "Render book"
git push --set-upstream --force-with-lease origin deploy
formatter:
Expand Down

0 comments on commit 0b15b96

Please sign in to comment.