Skip to content

Commit

Permalink
No need to deploy anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jul 30, 2024
1 parent 59833f2 commit a605638
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ jobs:
with:
name: book
path: book/book
# Commit and push all changed files.
# Must only affect files that are listed in "paths-ignore".
- name: Git commit build artifacts
# Only run on main branch push (e.g. pull request merge).
if: github.event_name == 'push'
run: |
git checkout -b deploy
git config --global user.name "Deployer"
git config --global user.email "[email protected]"
git add --force book/book
git commit -m "Render book"
git push --set-upstream --force-with-lease origin deploy

formatter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a605638

Please sign in to comment.