Skip to content

Commit 02ddd4c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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 "[email protected]"
157-
git config pull.rebase false
158-
git pull origin gh-pages
157+
git fetch origin gh-pages
159158
git checkout gh-pages
160159
VERSION=${GITHUB_REF_NAME}
161160
mkdir -p "$VERSION"

0 commit comments

Comments
 (0)