Skip to content

🐛 (profile): Fix docs Deploy badge to real workflow aggregate.yml#23

Merged
Chisanan232 merged 1 commit into
masterfrom
fix/docs-deploy-badge
Jul 4, 2026
Merged

🐛 (profile): Fix docs Deploy badge to real workflow aggregate.yml#23
Chisanan232 merged 1 commit into
masterfrom
fix/docs-deploy-badge

Conversation

@Chisanan232

Copy link
Copy Markdown
Contributor

Jira Ticket

Summary

The Public documentation site (agent-assembly-docs) row on the org homepage showed a broken Deploy badge. Root cause: the badge referenced actions/workflows/**deploy.yml**, but that workflow doesn't exist — agent-assembly-docs deploys via aggregate.yml ("Aggregate and Deploy Docs Hub"). GitHub returns HTTP 404 for a nonexistent workflow's badge.svg, so the homepage rendered a broken image.

Changes

  • profile/README.md (docs row): Deploy badge SVG + link → actions/workflows/aggregate.yml (?branch=main unchanged — main is the repo's default branch and correct).

Validation

  • deploy.yml badge → HTTP 404 (broken, confirmed).
  • aggregate.yml badge → HTTP 200, renders passing.
  • 1 line changed; no other repo rows or badges touched.

Checklist

  • PR title follows convention
  • PR body follows template

🤖 Generated with Claude Code

The agent-assembly-docs row's Deploy badge pointed at workflows/deploy.yml, which does not exist (agent-assembly-docs deploys via aggregate.yml, 'Aggregate and Deploy Docs Hub'). GitHub served a 404 for the badge SVG, so the homepage showed a broken image. Repoint the badge + link to aggregate.yml (verified HTTP 200 'passing').
@Chisanan232 Chisanan232 merged commit 31ff55d into master Jul 4, 2026
@Chisanan232 Chisanan232 deleted the fix/docs-deploy-badge branch July 4, 2026 01:40
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.

1 participant