Skip to content

Commit 26d9b16

Browse files
authored
Add .nojekyll to prevent GitHub Pages Jekyll processing (#95)
GitHub Pages runs its own Jekyll build on the `master` branch, which fails on literal `{% link %}` text in CLAUDE.md. Adding `.nojekyll` tells GitHub Pages to serve the files as-is without Jekyll processing. The actual Jekyll build is handled by our CI workflow.
2 parents e27aea0 + ff8404a commit 26d9b16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ collections:
2626
migration-guides:
2727
output: true
2828
news_posts_max: 3
29+
include:
30+
- .nojekyll
2931
exclude:
3032
- build.sh
3133
- deploy.key

0 commit comments

Comments
 (0)