Skip to content

Commit 13f3b8b

Browse files
committed
Remove --strict flag
1 parent 3e8ef85 commit 13f3b8b

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
@@ -32,7 +32,7 @@ jobs:
3232
run: uv sync --group docs
3333

3434
- name: Build docs
35-
run: uv run mkdocs build --strict
35+
run: uv run mkdocs build
3636

3737
- uses: actions/upload-pages-artifact@v4
3838
with:

0 commit comments

Comments
 (0)