We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb04a51 commit f24a90fCopy full SHA for f24a90f
1 file changed
.github/workflows/jupyter-book.yml
@@ -34,13 +34,13 @@ jobs:
34
pip install "jupyter-book<2"
35
36
- name: Build Jupyter Book
37
- run: jupyter-book build docs
+ run: jupyter-book build .
38
39
- name: Upload HTML artifact
40
uses: actions/upload-artifact@v4
41
with:
42
name: jupyter-book-html
43
- path: docs/_build/html
+ path: _build/html
44
45
deploy:
46
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
@@ -59,7 +59,6 @@ jobs:
59
- name: Install dependencies
60
run: |
61
python -m pip install --upgrade pip
62
- pip install .
63
64
65
0 commit comments