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 90744e1 commit 0db437bCopy full SHA for 0db437b
.github/workflows/docs.yml
@@ -2,7 +2,7 @@ name: Build and publish docs
2
3
on:
4
push:
5
- branches: [main]
+ branches: [update-docs]
6
7
jobs:
8
@@ -21,7 +21,7 @@ jobs:
21
version: "0.5.0"
22
python-version-file: ".python-version"
23
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
+ - 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
25
- uses: actions/configure-pages@v5
26
- uses: actions/upload-pages-artifact@v2
27
with:
0 commit comments