Skip to content

Commit 3ff3ca8

Browse files
authored
Add validation step for Jupyter Book source
Added a step to validate Jupyter Book source before building.
1 parent d06a13c commit 3ff3ca8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/book.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
run: |
2424
pip install -r requirements.txt
2525
26+
27+
- name: Validate Jupyter Book Source
28+
run: |
29+
pwd
30+
jupyter-book config validate .
2631
2732
# Build the book
2833
- name: Build the book

0 commit comments

Comments
 (0)