We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 038fdc9 + bcc7616 commit b2640b6Copy full SHA for b2640b6
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