Skip to content

Commit 036af9d

Browse files
committed
fix: build script
1 parent ecc310d commit 036af9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ jobs:
154154
run: |
155155
git config user.name "GitHub Action"
156156
git config user.email "action@github.com"
157-
git stash
158-
git config pull.rebase true
157+
git config pull.rebase false
159158
git pull origin gh-pages
160159
git checkout gh-pages
161160
VERSION=${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)