Skip to content
Snippets Groups Projects
Unverified Commit 0ffe59e7 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #6791 from MikeMcQuaid/apidoc-parallel

workflows/apidoc: try to rebase before pushing.
parents f9892959 c79cb6a2
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,10 @@ jobs:
# commit and push generated files
git add docs
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment