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 c55e06a commit 1ee87fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
NMA_REPO: course-content
NMA_MAIN_BRANCH: main
CHATIFY: true
SOURCE_REPO: course-content
SOURCE_REPO: chatify-course-content
MOD_REPO: chatify-course-content

# This job installs dependencies, build the book, and pushes it to `gh-pages`
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build student book
run: |
python ci/generate_book.py student
jupyter-book toc migrate /home/runner/work/course-content/course-content/book/_toc.yml -o /home/runner/work/course-content/course-content/book/_toc.yml
jupyter-book toc migrate /home/runner/work/chatify-course-content/chatify-course-content/book/_toc.yml -o /home/runner/work/chatify-course-content/chatify-course-content/book/_toc.yml
ln -s ../tutorials book/tutorials
ln -s ../projects book/projects
ln -s ../prereqs book/prereqs
Expand Down

0 comments on commit 1ee87fe

Please sign in to comment.