Skip to content

Commit 243d1a7

Browse files
committed
fix: continue on error for the documenation
1 parent b39fcd3 commit 243d1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
# Build the book
4141
- name: Build the book
42+
continue-on-error: true
4243
run: |
4344
python -m sphinx docs docs_build
4445

0 commit comments

Comments
 (0)