Skip to content

Commit 0db437b

Browse files
committed
testing docs build
1 parent 90744e1 commit 0db437b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and publish docs
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [update-docs]
66

77
jobs:
88

@@ -21,7 +21,7 @@ jobs:
2121
version: "0.5.0"
2222
python-version-file: ".python-version"
2323
enable-cache: true
24-
- run: uv run --group docs python -m sphinx --builder html --doctree-dir docs/_build/.doctrees --conf-dir docs --show-traceback docs/source docs/_build/html
24+
- run: uv run --only-group docs python -m sphinx --builder html --doctree-dir docs/_build/.doctrees --conf-dir docs --show-traceback docs/source docs/_build/html
2525
- uses: actions/configure-pages@v5
2626
- uses: actions/upload-pages-artifact@v2
2727
with:

0 commit comments

Comments
 (0)