File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,19 @@ jobs:
60
60
# - name: Build the theme
61
61
# run: yarn build:theme-prod
62
62
63
- # Build the book
64
- - name : Build the book
63
+ # Build site
64
+ - name : Build site
65
65
env :
66
66
DISPLAY : " :99.0"
67
- run : jupyter-book build .
67
+ # n = nitpicky (broken links), W = warnings as errors,
68
+ # T = full tracebacks, keep-going = runt to competion even with errors
69
+ run : make SPHINXOPTS="-nWT --keep-going" html
68
70
69
- # Deploy the book's HTML to github pages
71
+ # Deploy the site HTML to github pages
70
72
- name : GitHub Pages action
71
73
if : github.repository == 'scikit-image/skimage-tutorials' && github.ref == 'refs/heads/main' && github.event_name == 'push'
72
74
73
75
with :
74
76
github_token : ${{ secrets.GITHUB_TOKEN }}
75
77
publish_dir : ./_build/html
76
- cname : scikit-image.org
78
+ cname : scikit-image.org
You can’t perform that action at this time.
0 commit comments