Omit Insiders-only plugin when building docs on CI (#8652)

This commit is contained in:
Charlie Marsh
2023-11-13 07:24:58 -08:00
committed by GitHub
parent 5ba852a878
commit 6a6de53722
2 changed files with 5 additions and 1 deletions

View File

@@ -44,7 +44,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
- name: "Deploy to Cloudflare Pages"
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }}
uses: cloudflare/wrangler-action@v3.3.2