Skip to content

Conversation

@krystophny
Copy link
Collaborator

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

Revert README.md and docs workflow to last known working state from
commit e411d6f. The FORD configuration was incorrectly added to README.md
when it already existed in fpm.toml [extra.ford] section.

Original working setup:
- FORD config in fpm.toml only
- Simple docs workflow without ImageMagick complexity
- No FORD metadata in README.md

This should restore examples functionality on GitHub Pages.

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Aug 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@krystophny krystophny merged commit fad78d5 into main Aug 23, 2025
5 checks passed
@krystophny krystophny deleted the revert-to-working-docs branch August 23, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants