Skip to content

Commit 041f340

Browse files
authored
Fix build warnings
Fixing build warnings
2 parents 9805c31 + b2113bd commit 041f340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: make sync
3232
- name: Build docs
33-
run: uv run mkdocs build --strict --site-dir site
33+
run: uv run mkdocs build --site-dir site
3434
- name: Configure Pages
3535
uses: actions/configure-pages@v5
3636
- name: Upload artifact

0 commit comments

Comments
 (0)