Skip to content

Remove duplicate docs deploy workflow#16

Merged
harshach merged 1 commit intomainfrom
harshach/remove-dup-deploy
Apr 24, 2026
Merged

Remove duplicate docs deploy workflow#16
harshach merged 1 commit intomainfrom
harshach/remove-dup-deploy

Conversation

@harshach
Copy link
Copy Markdown
Contributor

Summary

  • Delete .github/workflows/docs.yml. On every push to main it raced deploy-docs.yml to push to the gh-pages branch; whichever workflow lost the race failed with cannot lock ref 'refs/heads/gh-pages' (e.g. run 24866749514).
  • The deploy step duplicated deploy-docs.yml (which runs mkdocs gh-deploy), and the PR mkdocs build --strict step duplicated docs-validation.yml, so nothing is lost by removing it.

Test plan

  • After merge, confirm only Deploy MkDocs to GitHub Pages and Validate Documentation run on the merge commit, both green.
  • Confirm the site at openmetadatastandards.org continues to update.

🤖 Generated with Claude Code

docs.yml raced deploy-docs.yml on every push to main, both pushing to
gh-pages. The second pusher was rejected with a non-fast-forward error
(see run 24866749514). Its PR build step also duplicated
docs-validation.yml (both run mkdocs build --strict).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@harshach harshach merged commit 7c1629b into main Apr 24, 2026
3 checks passed
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