We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e03d7b commit 28a7c8fCopy full SHA for 28a7c8f
2 files changed
.github/workflows/deploy-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
run: >
33
set -e
34
&& pip install jupyter-book
35
- && jupyter-book build jupyter-book<2
+ && jupyter-book build "jupyter-book<2"
36
37
- name: GitHub Pages action
38
if: success() && github.event_name == 'release'
.github/workflows/docs-linkchecker.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Linkcheck
27
28
29
- && pip install jupyter-book<2
+ && pip install "jupyter-book<2"
30
&& jupyter-book build jupyterbook --builder linkcheck
0 commit comments