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 5f086d8 commit 3a28181Copy full SHA for 3a28181
.github/workflows/ci.yml
@@ -17,6 +17,17 @@ jobs:
17
- name: Check Formatting
18
run: uv run --group=format --isolated make format-check
19
20
+ build-docs:
21
+ name: Build Documentation
22
+ runs-on: ubuntu-latest
23
+ steps:
24
+ - *checkout
25
+ - *get-uv
26
+ - name: Build Documentation
27
+ run: uv run --group=docs --isolated make docs-html
28
+
29
+ # XXX: NOTE: The following are used to validate the content of our "ref/platform-support"
30
+ # page. Any changes here should be reflected in the platform support page.
31
build-matrix:
32
name: Build & Test (Linux)
33
runs-on: ubuntu-latest
0 commit comments