Skip to content

Commit 4085b0f

Browse files
authored
Update deploy.yml
1 parent 7ee9d76 commit 4085b0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
pip install -r requirements.txt
2727
2828
# Build the book
29-
- name: Build the book run: |
29+
- name: Build the book
30+
run: |
3031
jupyter-book build book
3132

3233
# Deploy the book's HTML to gh-pages branch

0 commit comments

Comments
 (0)