Skip to content

Commit 24f0b1a

Browse files
authored
Add a documentation build step in CI (#1139)
1 parent 0cc9b0a commit 24f0b1a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ jobs:
8080
with:
8181
enable-cache: true
8282

83+
- name: Check documentation
84+
if: ${{ matrix.python-version == '3.10' && matrix.toolchain == 'stable' }}
85+
run: |
86+
uv sync --dev --group docs --no-install-package datafusion
87+
uv run --no-project maturin develop --uv
88+
uv run --no-project docs/build.sh
89+
8390
- name: Run tests
8491
env:
8592
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)