Skip to content

Commit 0c546f2

Browse files
committed
fix: deploy-docs
1 parent 419f81f commit 0c546f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
run: |
151151
git config user.name "GitHub Action"
152152
git config user.email "[email protected]"
153+
git config pull.rebase true
153154
git pull origin gh-pages
154155
git checkout gh-pages
155156
VERSION=${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)