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 Jul 1, 2024
1 parent 1ee87fe commit d7518bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
NB_KERNEL: python
NMA_REPO: course-content
NMA_MAIN_BRANCH: main
CHATIFY: true
CHATIFY: false
SOURCE_REPO: chatify-course-content
MOD_REPO: chatify-course-content

Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
git diff-index --quiet HEAD || git commit -m "Add chatify to student tutorial notebooks"
- name: Push Chatify Changes to Main
if: env.CHATIFY == 'true'
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d7518bd

Please sign in to comment.