Skip to content

Commit 9611207

Browse files
jeremyederclaude
andcommitted
fix: exclude DEPLOYMENT.md and SETUP_SUMMARY.md from Jekyll build
These are internal documentation files that contain Liquid-like syntax for examples, not actual Jekyll templates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8437dcb commit 9611207

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ exclude:
7474
- .sass-cache
7575
- .jekyll-cache
7676
- README.md
77+
- DEPLOYMENT.md
78+
- SETUP_SUMMARY.md
7779

7880
# Site metadata
7981
version: 1.0.0

0 commit comments

Comments
 (0)