Merge pull request #6791 from MikeMcQuaid/apidoc-parallel
workflows/apidoc: try to rebase before pushing.
This commit is contained in:
commit
0ffe59e768
2
.github/workflows/apidoc.yml
vendored
2
.github/workflows/apidoc.yml
vendored
@ -37,5 +37,7 @@ jobs:
|
||||
|
||||
if ! git diff --exit-code HEAD -- docs; then
|
||||
git commit -m 'docs: update from Homebrew/brew push' docs
|
||||
git fetch
|
||||
git rebase origin/master
|
||||
git push
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user