Skip to content

Commit

Permalink
Added install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kerfun committed Dec 4, 2023
1 parent 80c9dbd commit 8ce20bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Build the book
run: |
jb build book
- name: Configure the Chat Tutor
working-directory: ./book/chat_tutor
run: |
python install.py
# Configures GitHub Pages
- name: Deploy 🚀
Expand Down

0 comments on commit 8ce20bc

Please sign in to comment.