We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba852a commit 6a6de53Copy full SHA for 6a6de53
.github/workflows/docs.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: mkdocs build --strict -f mkdocs.insiders.yml
45
- name: "Build docs"
46
if: ${{ env.MKDOCS_INSIDERS_SSH_KEY_EXISTS != 'true' }}
47
- run: mkdocs build --strict -f mkdocs.generated.yml
+ run: mkdocs build --strict -f mkdocs.public.yml
48
- name: "Deploy to Cloudflare Pages"
49
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }}
50
uses: cloudflare/[email protected]
mkdocs.public.yml
@@ -0,0 +1,4 @@
1
+INHERIT: mkdocs.generated.yml
2
+# Omit the `typeset` plugin which is only available in the Insiders version.
3
+plugins:
4
+ - search
0 commit comments