Skip to content

Commit 76249bd

Browse files
committed
add rebase
1 parent d0f9c43 commit 76249bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
# Add all changes in docs directory (only files that exist and were modified)
7676
git add docs/
7777
git commit -m "docs: auto-generate documentation [skip ci]" || exit 0
78+
# Pull latest changes and rebase our commit on top
79+
git pull --rebase origin main
7880
git push origin HEAD:main
7981
env:
8082
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)