Skip to content

Commit 8633de5

Browse files
erichutchinsclaude
andcommitted
ci: fix docs build by skipping Rust compilation
uv sync --group docs was trying to build the Rust extension on Linux, which fails with macOS-only linker flags. mkdocstrings uses static analysis (griffe) and doesn't need the compiled extension. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1e9e78b commit 8633de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
path: .cache
2727
restore-keys: |
2828
mkdocs-material-
29-
- run: uv sync --group docs
29+
- run: uv sync --group docs --no-install-project
3030
- run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)