Commit fad78d5
revert: restore original working documentation configuration (#204)
## Summary
Revert README.md and docs workflow to last known working state that was
showing examples properly on GitHub Pages.
## Root Cause Analysis
I incorrectly added FORD configuration to README.md when it already
existed in fpm.toml [extra.ford] section, causing deployment hangs and
breaking the examples display.
## Changes Reverted
- **README.md**: Removed FORD metadata block that conflicted with
fmp.toml config
- **.github/workflows/docs.yml**: Removed ImageMagick placeholder system
that was causing hangs
- Restored simple workflow that uses `make doc` which calls `ford
README.md` with config from fpm.toml
## Expected Result
Examples should appear properly on GitHub Pages as they did before,
using the original working FORD configuration from fpm.toml.
This fixes the deployment infrastructure by returning to the last known
working state.
Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3e7cf26 commit fad78d5
2 files changed
+2
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 76 | | |
109 | 77 | | |
110 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
0 commit comments