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.
2 parents 2a31e8f + 388b123 commit 1dafe57Copy full SHA for 1dafe57
2 files changed
.github/workflows/docs.yml
@@ -7,6 +7,14 @@ name: docs
7
# * push to main — build + deploy to gh-pages.
8
# * workflow_dispatch — same as push (lets operators
9
# re-publish without a docs change).
10
+#
11
+# REPO SETUP REQUIRED — Settings → Pages → Source must be
12
+# "GitHub Actions" (NOT "Deploy from a branch"). The
13
+# branch-based default runs Jekyll on the main branch and
14
+# fails because docs/ uses MkDocs's `{% include-markdown %}`
15
+# syntax which Jekyll's `include` tag doesn't grok. The
16
+# repo-root `.nojekyll` file is a defensive fallback that
17
+# stops Jekyll from running even if the setting reverts.
18
19
on:
20
pull_request:
.nojekyll
0 commit comments