Skip to content

Commit 2ef2a0a

Browse files
authored
Merge pull request #18 from githubabcs/copilot/fix-github-actions-build-job
Prevent Jekyll build failure from Liquid parsing in WAF workflow example
2 parents 09ae283 + 2df0c02 commit 2ef2a0a

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)