Skip to content

Commit

Permalink
Update publish-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jun 28, 2024
1 parent a257559 commit 573e9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
git config --local user.name "GitHub Action"
git add '**/student/*.ipynb'
git diff-index --quiet HEAD || git commit -m "Add chatify to student tutorial notebooks"
git push origin main
- name: Install dependencies
run: |
Expand Down

0 comments on commit 573e9bb

Please sign in to comment.