We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496296d commit fd202f1Copy full SHA for fd202f1
1 file changed
.github/workflows/deploy-book.yml
@@ -30,16 +30,10 @@ jobs:
30
python-version: "3.10"
31
32
- name: Install Jupyter Book
33
- run: |
34
- python -m pip install --upgrade pip
35
- python -m pip install "jupyter-book"
+ run: pip install jupyter-book
36
37
- name: Build Jupyter Book site
38
39
- jb build . --path-output _build
40
-
41
- - name: Ensure GitHub Pages compatibility
42
- run: touch _build/html/.nojekyll
+ run: jb build .
43
44
- name: Copy assets to build folder
45
run: |
0 commit comments