Skip to content

Commit b791ead

Browse files
B4nanclaude
andcommitted
ci: rebase before release push in manual_version_docs
Adds `pull: '--rebase --autostash'` to the EndBug/add-and-commit step that pushes versioned docs, avoiding push failures when the branch has moved ahead. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8a8e841 commit b791ead

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
add: website/versioned_docs website/versioned_sidebars website/versions.json
131131
message: "docs: Version docs for v${{ steps.snapshot.outputs.version }} [skip ci]"
132132
default_author: github_actions
133+
pull: '--rebase --autostash'
133134

134135
- name: Resolve output commitish
135136
id: resolve_commitish

0 commit comments

Comments
 (0)