mirror of https://github.com/astral-sh/ruff
Fix lingering generated reference for MkDocs (#8658)
Missed this in #8652.
This commit is contained in:
parent
6f23bdb78f
commit
a8e0d4ab4f
|
|
@ -392,7 +392,7 @@ jobs:
|
|||
run: mkdocs build --strict -f mkdocs.insiders.yml
|
||||
- name: "Build docs"
|
||||
if: ${{ env.MKDOCS_INSIDERS_SSH_KEY_EXISTS != 'true' }}
|
||||
run: mkdocs build --strict -f mkdocs.generated.yml
|
||||
run: mkdocs build --strict -f mkdocs.public.yml
|
||||
|
||||
check-formatter-instability-and-black-similarity:
|
||||
name: "formatter instabilities and black similarity"
|
||||
|
|
|
|||
Loading…
Reference in New Issue