Commit 26d9b16
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 files changed
Lines changed: 2 additions & 0 deletions
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments