We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8add379 commit 5c8edf6Copy full SHA for 5c8edf6
.github/workflows/ci.yml
@@ -39,18 +39,6 @@ jobs:
39
with:
40
name: book
41
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
54
55
formatter:
56
runs-on: ubuntu-latest
0 commit comments