Skip to content

Commit bcc7616

Browse files
committed
fix docs deployment
1 parent 038fdc9 commit bcc7616

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Build documentation
3232
run: >
3333
set -e
34-
&& pip install jupyter-book
35-
&& jupyter-book build "jupyter-book<2"
34+
&& pip install "jupyter-book<2"
35+
&& jupyter-book build jupyterbook
3636
3737
- name: GitHub Pages action
3838
if: success() && github.event_name == 'release'

0 commit comments

Comments
 (0)