Skip to content

Commit 28a7c8f

Browse files
committed
use quotes
1 parent 2e03d7b commit 28a7c8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: >
3333
set -e
3434
&& pip install jupyter-book
35-
&& jupyter-book build jupyter-book<2
35+
&& jupyter-book build "jupyter-book<2"
3636
3737
- name: GitHub Pages action
3838
if: success() && github.event_name == 'release'

.github/workflows/docs-linkchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Linkcheck
2727
run: >
2828
set -e
29-
&& pip install jupyter-book<2
29+
&& pip install "jupyter-book<2"
3030
&& jupyter-book build jupyterbook --builder linkcheck

0 commit comments

Comments
 (0)