Skip to content

Commit 29cbfe6

Browse files
jontsaiclaude
andcommitted
Disable Jekyll processing for GitHub Pages deployment
Add enable_jekyll: false to prevent GitHub Pages from processing MkDocs-generated site with Jekyll, which was causing build failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent dfa737f commit 29cbfe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
3939
publish_dir: ./site
40+
enable_jekyll: false

0 commit comments

Comments
 (0)