Skip to content

fix(ci): move docs deploy workflow to top-level .github/workflows#539

Merged
jamesadevine merged 1 commit into
mainfrom
fix/move-docs-deploy-workflow
May 14, 2026
Merged

fix(ci): move docs deploy workflow to top-level .github/workflows#539
jamesadevine merged 1 commit into
mainfrom
fix/move-docs-deploy-workflow

Conversation

@jamesadevine
Copy link
Copy Markdown
Collaborator

Summary

GitHub only recognizes workflow files under the repository root's .github/workflows/ directory. The deploy-docs.yml workflow was placed inside docs-site/.github/workflows/ by the Starlight docs PR, so GitHub never registered it as a valid Actions workflow.

This moves it to .github/workflows/deploy-docs.yml where GitHub will pick it up.

Test plan

  • Verified the file is a pure rename with no content changes (git diff --staged showed 100% rename detection).
  • GitHub Actions will validate the workflow on push to this branch.

GitHub only recognizes workflows under the repository root's
.github/workflows/ directory. The deploy-docs.yml was nested inside
docs-site/.github/workflows/ which GitHub ignores.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesadevine jamesadevine merged commit dcb2b33 into main May 14, 2026
12 checks passed
@jamesadevine jamesadevine deleted the fix/move-docs-deploy-workflow branch May 14, 2026 20:18
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