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 faa0882 commit 3799b05Copy full SHA for 3799b05
.github/workflows/documentation.yml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
docs:
22
- runs-on: self-hosted
+ runs-on: ubuntu-latest
23
environment:
24
name: github-pages
25
url: ${{ steps.deployment.outputs.page_url }}
@@ -29,7 +29,7 @@ jobs:
29
uses: astral-sh/setup-uv@v6
30
- name: Sphinx build
31
run: |
32
- uv run sphinx-build docs docs/_build
+ uv run --group dev sphinx-build docs docs/_build
33
- name: Setup Pages
34
uses: actions/configure-pages@v5
35
- name: Upload artifact
0 commit comments