Skip to content

Commit 5c8edf6

Browse files
No need to deploy anymore.
1 parent 8add379 commit 5c8edf6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ jobs:
3939
with:
4040
name: book
4141
path: book/book
42-
# Commit and push all changed files.
43-
# Must only affect files that are listed in "paths-ignore".
44-
- name: Git commit build artifacts
45-
# Only run on main branch push (e.g. pull request merge).
46-
if: github.event_name == 'push'
47-
run: |
48-
git checkout -b deploy
49-
git config --global user.name "Deployer"
50-
git config --global user.email "[email protected]"
51-
git add --force book/book
52-
git commit -m "Render book"
53-
git push --set-upstream --force-with-lease origin deploy
5442

5543
formatter:
5644
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)