We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f9c43 commit 76249bdCopy full SHA for 76249bd
1 file changed
.github/workflows/docs.yml
@@ -75,6 +75,8 @@ jobs:
75
# Add all changes in docs directory (only files that exist and were modified)
76
git add docs/
77
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
80
git push origin HEAD:main
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments