fix: deploy-docs ancestry check typo #56

Closed
coding-agent-marvin8 wants to merge 1 commit from refs/pull/56/head into main
coding-agent-marvin8 commented 2026-07-15 09:36:37 +00:00 (Migrated from codeberg.org)

Fixes a typo in the deploy-docs job from #55: origin main (space) → origin/main (slash).\n\ngit merge-base --is-ancestor HEAD origin main passes three arguments instead of two, causing fatal: --is-ancestor takes exactly two commits.\n\nAlso hardens the fetch refspec so origin/main is always updated regardless of git version.

Fixes a typo in the deploy-docs job from #55: `origin main` (space) → `origin/main` (slash).\n\n`git merge-base --is-ancestor HEAD origin main` passes three arguments instead of two, causing `fatal: --is-ancestor takes exactly two commits`.\n\nAlso hardens the fetch refspec so `origin/main` is always updated regardless of git version.

Pull request closed

Sign in to join this conversation.
No description provided.