Skip to content

Commit fd202f1

Browse files
committed
fix: gh action
1 parent 496296d commit fd202f1

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/deploy-book.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ jobs:
3030
python-version: "3.10"
3131

3232
- name: Install Jupyter Book
33-
run: |
34-
python -m pip install --upgrade pip
35-
python -m pip install "jupyter-book"
33+
run: pip install jupyter-book
3634

3735
- name: Build Jupyter Book site
38-
run: |
39-
jb build . --path-output _build
40-
41-
- name: Ensure GitHub Pages compatibility
42-
run: touch _build/html/.nojekyll
36+
run: jb build .
4337

4438
- name: Copy assets to build folder
4539
run: |

0 commit comments

Comments
 (0)