Skip to content

Commit 3a28181

Browse files
CI task to build documentation
1 parent 5f086d8 commit 3a28181

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
- name: Check Formatting
1818
run: uv run --group=format --isolated make format-check
1919

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.
2031
build-matrix:
2132
name: Build & Test (Linux)
2233
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)