Skip to content

Commit 86db4fc

Browse files
committed
fix: deploy-docs
1 parent 9ffa401 commit 86db4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
git config user.name "GitHub Action"
156156
git config user.email "[email protected]"
157-
git fetch origin gh-pages
157+
git pull origin gh-pages
158158
git checkout gh-pages
159159
VERSION=${GITHUB_REF_NAME}
160160
mkdir -p "$VERSION"

0 commit comments

Comments
 (0)