Skip to content

Commit 88e12a7

Browse files
committed
test
1 parent 06d1e68 commit 88e12a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ jobs:
233233
mkdir -p ./docs/${{ env.friendly-version }}
234234
mv ./docs/temp ./docs/${{ env.friendly-version }}
235235
- run: |
236-
git checkout origin/docs
236+
git fetch origin
237+
git checkout -b docs origin/docs
237238
git config --global user.email "action@github.com"
238239
git config --global user.name "GitHub Action"
239240
git add -- ./docs/${{ env.friendly-version }}

0 commit comments

Comments
 (0)