Skip to content

Fix docs deployment to use single deploy step without force-push#26

Merged
lukidoescode merged 2 commits into
mainfrom
lwagner/fix-docs-hopefully-for-real-this-time
May 11, 2026
Merged

Fix docs deployment to use single deploy step without force-push#26
lukidoescode merged 2 commits into
mainfrom
lwagner/fix-docs-hopefully-for-real-this-time

Conversation

@lukidoescode

Copy link
Copy Markdown
Owner

No description provided.

Assemble all content (versioned docs + versions.json + root redirect)
into one directory and deploy in a single action call, avoiding the
double-invocation issue that caused the second push to be rejected.
JamesIves/github-pages-deploy-action defaults to git push --force which
triggers the non_fast_forward ruleset rule. With force: false it does a
regular push, matching how peaceiris handled it successfully.
@lukidoescode lukidoescode merged commit f76c222 into main May 11, 2026
8 checks passed
@lukidoescode lukidoescode deleted the lwagner/fix-docs-hopefully-for-real-this-time branch May 11, 2026 19:59
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