Skip to content

Commit 06d1e68

Browse files
committed
what
1 parent 505cb8d commit 06d1e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ jobs:
233233
mkdir -p ./docs/${{ env.friendly-version }}
234234
mv ./docs/temp ./docs/${{ env.friendly-version }}
235235
- run: |
236-
git checkout docs
236+
git checkout origin/docs
237237
git config --global user.email "action@github.com"
238238
git config --global user.name "GitHub Action"
239239
git add -- ./docs/${{ env.friendly-version }}
240240
git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
241-
git push --force origin
241+
git push --force origin origin/docs
242242
# - name: Upload artifact
243243
# uses: actions/upload-pages-artifact@v3
244244
# with:

0 commit comments

Comments
 (0)