Skip to content

Conversation

@krystophny
Copy link
Collaborator

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

Simplified FORD metadata configuration to resolve GitHub Actions
deployment timeouts. Removed redundant configuration options that
may have been causing infinite loops or processing delays.

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 3e7cf26 into main Aug 23, 2025
5 checks passed
@krystophny krystophny deleted the fix-ford-deployment-hangs branch August 23, 2025 07:43
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