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 27, 2024
1 parent 652358f commit 7eb4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo ci/ >> .gitignore
- name: Install Chatify and Add to Notebooks
if: "$CHATIFY == true"
if: "env.CHATIFY == true"
run: |
pip install -r ci/chatify/requirements.txt
python ci/chatify/process_notebooks.py
Expand Down

0 comments on commit 7eb4753

Please sign in to comment.