Skip to content

Commit 0b64ace

Browse files
committed
fix: build script
1 parent 0c546f2 commit 0b64ace

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ jobs:
149149
- name: Copy custom files to gh-pages
150150
run: |
151151
git config user.name "GitHub Action"
152-
git config user.email "[email protected]"
153-
git config pull.rebase true
154-
git pull origin gh-pages
152+
git config user.email "[email protected]"
153+
git fetch origin gh-pages
155154
git checkout gh-pages
156155
VERSION=${GITHUB_REF_NAME}
157156
mkdir -p "$VERSION"

0 commit comments

Comments
 (0)