We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038fdc9 commit bcc7616Copy full SHA for bcc7616
1 file changed
.github/workflows/deploy-docs.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Build documentation
32
run: >
33
set -e
34
- && pip install jupyter-book
35
- && jupyter-book build "jupyter-book<2"
+ && pip install "jupyter-book<2"
+ && jupyter-book build jupyterbook
36
37
- name: GitHub Pages action
38
if: success() && github.event_name == 'release'
0 commit comments