We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee9d76 commit 4085b0fCopy full SHA for 4085b0f
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,8 @@ jobs:
26
pip install -r requirements.txt
27
28
# Build the book
29
- - name: Build the book run: |
+ - name: Build the book
30
+ run: |
31
jupyter-book build book
32
33
# Deploy the book's HTML to gh-pages branch
0 commit comments