Skip to content

Commit 419f81f

Browse files
committed
fix: deploy-docs
1 parent 70ddbcb commit 419f81f

2 files changed

Lines changed: 1 addition & 130 deletions

File tree

.github/workflows/build-docs-versions.yaml

Lines changed: 0 additions & 129 deletions
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
git config user.name "GitHub Action"
152152
git config user.email "action@github.com"
153-
git fetch origin gh-pages
153+
git pull origin gh-pages
154154
git checkout gh-pages
155155
VERSION=${GITHUB_REF_NAME}
156156
mkdir -p "$VERSION"

0 commit comments

Comments
 (0)