Skip to content

Commit d6a6b7e

Browse files
wphillipmooreclaude
andcommitted
ci: use dev-docs container for docs CI
Run docs workflow inside ghcr.io/wphillipmoore/dev-docs:latest, removing the custom Python setup action. uv and Python are pre-installed in the container; uv sync --group docs still runs for mkdocstrings dependencies. Relates-to: standard-tooling-docker#25 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2c253e commit d6a6b7e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@ jobs:
1818
deploy:
1919
name: "deploy: docs"
2020
runs-on: ubuntu-latest
21+
container: ghcr.io/wphillipmoore/dev-docs:latest
2122
steps:
2223
- name: Checkout code
2324
uses: actions/checkout@v6
2425
with:
2526
fetch-depth: 0
2627

27-
- name: Set up Python
28-
uses: wphillipmoore/standard-actions/actions/python/setup@develop
29-
with:
30-
python-version: "3.14"
31-
cache-prefix: "uv-docs"
32-
3328
- name: Install dependencies
3429
run: uv sync --frozen --group docs
3530

0 commit comments

Comments
 (0)