mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
FEATURES.md, WORKFLOW-GUIDE.md, and internal/ all contain workflow YAML examples with Liquid-conflicting template syntax. Updated _config.yml to exclude them from GitHub Pages build.
8 lines
372 B
YAML
8 lines
372 B
YAML
# Jekyll configuration for GitHub Pages
|
|
# Exclude docs containing {{ template syntax that conflicts with Liquid
|
|
exclude:
|
|
- internal/ # All review/implementation notes (moved here in v3.0)
|
|
- FEATURES.md # Contains workflow YAML examples with {{ }}
|
|
- WORKFLOW-GUIDE.md # Contains workflow YAML examples with {{ }}
|
|
- WORKFLOW_ENGINE_ARCHITECTURE.md
|
|
- DEPLOYMENT.md
|