Skip to content

Commit db8ef59

Browse files
committed
[skip ci] docs do not need to build in strict mode for testing
1 parent 2e53b21 commit db8ef59

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
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build documentation
2929
run: |
30-
uv run mkdocs build --strict
30+
uv run mkdocs build
3131
3232
- name: Upload docs artifact
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)