Skip to content

Commit b2640b6

Browse files
authored
Merge pull request #312 from ocefpaf/fix_book_pin
Fix docs deployment
2 parents 038fdc9 + bcc7616 commit b2640b6

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)