Skip to content

Commit f24a90f

Browse files
committed
corrected path
1 parent fb04a51 commit f24a90f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/jupyter-book.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
pip install "jupyter-book<2"
3535
3636
- name: Build Jupyter Book
37-
run: jupyter-book build docs
37+
run: jupyter-book build .
3838

3939
- name: Upload HTML artifact
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: jupyter-book-html
43-
path: docs/_build/html
43+
path: _build/html
4444

4545
deploy:
4646
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
@@ -59,7 +59,6 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
python -m pip install --upgrade pip
62-
pip install .
6362
pip install "jupyter-book<2"
6463
6564
- name: Build Jupyter Book

0 commit comments

Comments
 (0)