Skip to content

Commit e706df8

Browse files
committed
Fix CI workflow to use Zensical build command
Update GitHub workflow and justfile to use 'zensical build --strict' instead of 'mkdocs build --strict', aligning with the v0.2.1 migration to Zensical. The --strict flag is added for future compatibility when Zensical implements strict validation mode.
1 parent eb55010 commit e706df8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: uv run mypy graphql_sqlcommenter
7575

7676
- name: Check documentation
77-
run: uv run --group docs mkdocs build --strict
77+
run: uv run --group docs zensical build --strict
7878

7979
- name: Run security scan
8080
run: uv run bandit -r graphql_sqlcommenter -x tests

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ check:
114114
@echo "✓ Type checking OK"
115115
@echo ""
116116
@echo "→ Validating documentation..."
117-
uv run --group docs zensical build
117+
uv run --group docs zensical build --strict
118118
@echo "✓ Documentation OK"
119119
@echo ""
120120
@echo "→ Running tests..."

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)