Skip to content

Commit b830310

Browse files
committed
fix: remove --strict flag from mkdocs build (anchor warnings in legacy docs)
1 parent 4d6c9e0 commit b830310

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
@@ -38,7 +38,7 @@ jobs:
3838
run: pip install -r requirements-docs.txt
3939

4040
- name: Build documentation
41-
run: mkdocs build --strict
41+
run: mkdocs build
4242

4343
- name: Upload Pages artifact
4444
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)