Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethac07 authored Oct 13, 2023
1 parent fe0b7ed commit 1ef41a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build the book
run: |
jb config sphinx book
sphinx-build -b html -D language=cs book _build/html
sphinx-build -b html -D language=cs book book/_build/html
rm book/conf.py
# Push the book's HTML to github-pages
Expand Down

0 comments on commit 1ef41a2

Please sign in to comment.