Commit 3e7cf26
fix: simplify FORD configuration to prevent deployment hangs (#203)
## Summary
- Simplified FORD metadata configuration to resolve GitHub Actions
deployment timeouts
- Removed redundant configuration options that were causing deployment
hangs
- Fixed media_dir path to match actual directory structure (./media
instead of ./doc/media)
## Problem
The GitHub Actions docs deployment workflow was hanging/timing out
consistently due to complex FORD configuration. Two consecutive
deployments got stuck in "pending" state for over 10 minutes.
## Solution
Simplified the FORD configuration by:
- Removing redundant URL configurations that FORD doesn't need for basic
operation
- Fixing media_dir path to point to actual media location
- Keeping only essential configuration options
## Test Plan
- [ ] Verify deployment completes without hanging
- [ ] Check that examples are properly included in generated
documentation
- [ ] Confirm media files are accessible
This addresses the immediate deployment issue preventing examples from
appearing on the live site.
Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 51221c0 commit 3e7cf26
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | 424 | | |
427 | 425 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | 426 | | |
432 | | - | |
433 | | - | |
| 427 | + | |
434 | 428 | | |
435 | 429 | | |
436 | 430 | | |
437 | 431 | | |
438 | 432 | | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | 433 | | |
443 | 434 | | |
444 | 435 | | |
| |||
0 commit comments