Skip to content

Commit f444e19

Browse files
committed
disable link checker due to 404
1 parent 99256e3 commit f444e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
BASE_URL: /tutorials
4646
run: |
47-
jupyter-book build --html --strict
47+
jupyter-book build --html --strict --check-links=false
4848
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)