Skip to content

Commit 3799b05

Browse files
author
Andrew Ramirez
committed
Fix documentation workflow: use ubuntu-latest runner and include dev dependencies
1 parent faa0882 commit 3799b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
docs:
22-
runs-on: self-hosted
22+
runs-on: ubuntu-latest
2323
environment:
2424
name: github-pages
2525
url: ${{ steps.deployment.outputs.page_url }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: astral-sh/setup-uv@v6
3030
- name: Sphinx build
3131
run: |
32-
uv run sphinx-build docs docs/_build
32+
uv run --group dev sphinx-build docs docs/_build
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5
3535
- name: Upload artifact

0 commit comments

Comments
 (0)