Skip to content

Commit 4969df5

Browse files
committed
Update docs workflow
1 parent 12ae2a8 commit 4969df5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@ jobs:
3232
cache-suffix: docs
3333
activate-environment: true
3434
- uses: nikeee/setup-pandoc@v1
35-
- name: "Install jupyterbook"
36-
run: uv pip install -r docs/requirements.txt
37-
- name: "Install autoemulate"
38-
run: uv pip install -e .
35+
- name: "Install autoemulate with extras: dev, docs"
36+
run: uv pip install -e '.[dev,docs]'
3937
- name: "Run jupyterbook"
4038
run: |
41-
cd docs
4239
jupyter-book build docs --all
4340
- name: "Deploy"
4441
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)