Skip to content

Commit 2df0c02

Browse files
CopilotCalinL
andauthored
fix: prevent Jekyll Liquid parsing in regional deployment YAML example
Agent-Logs-Url: https://github.com/githubabcs/gh-abcs-admin/sessions/cc95139e-1327-4ab5-8a6a-629fb6111cb5 Co-authored-by: CalinL <10718943+CalinL@users.noreply.github.com>
1 parent 195f10e commit 2df0c02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/09-best-practices-waf.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2148,6 +2148,7 @@ Enterprise
21482148

21492149
**Regional Deployment Workflow:**
21502150

2151+
{% raw %}
21512152
```yaml
21522153
# infrastructure/workflows/multi-region-deploy.yml
21532154
name: Multi-Region Deployment
@@ -2193,6 +2194,7 @@ jobs:
21932194
# Gradually shift traffic to new deployment (canary)
21942195
./scripts/canary-deploy.sh ${{ matrix.region }} 5 10 20 50 100
21952196
```
2197+
{% endraw %}
21962198
21972199
**Cross-reference:** See [Organization Strategies](02-organization-strategies.md) for multi-organization patterns.
21982200
@@ -3483,4 +3485,3 @@ jobs:
34833485
This comprehensive GitHub Well-Architected Framework document provides enterprise-grade guidance for implementing GitHub at scale. Organizations should use this as a reference for designing, implementing, and optimizing their GitHub infrastructure.
34843486
34853487
For questions or updates, refer to the related documentation series or contact your GitHub Enterprise Account Team.
3486-

0 commit comments

Comments
 (0)