Skip to content

Commit

Permalink
Fix lingering generated reference for MkDocs (#8658)
Browse files Browse the repository at this point in the history
Missed this in #8652.
  • Loading branch information
charliermarsh committed Nov 13, 2023
1 parent 6f23bdb commit a8e0d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a8e0d4a

Please sign in to comment.