Skip to content

Commit fdfac99

Browse files
committed
fix(ci): remove --strict flag from docs build to allow warnings
1 parent e6cd670 commit fdfac99

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
@@ -42,7 +42,7 @@ jobs:
4242
pip install ".[docs]"
4343
4444
- name: Build MkDocs site
45-
run: mkdocs build --strict
45+
run: mkdocs build
4646

4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)