Commit 8f91cfa
Fix deployment conditional logic preventing manual documentation deployment
- Update deploy job condition to allow workflow_dispatch events (manual triggers)
- Previous condition only allowed pushes to main/master, blocking manual deployment
- Now supports: push to main/master OR manual workflow_dispatch from any branch
- Resolves 404 errors when manually deploying documentation from develop branch
- Deployment step was being skipped, causing build success but no actual deployment
🚀 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5e1100d commit 8f91cfa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments