We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d1e68 commit 88e12a7Copy full SHA for 88e12a7
.github/workflows/build.yml
@@ -233,7 +233,8 @@ jobs:
233
mkdir -p ./docs/${{ env.friendly-version }}
234
mv ./docs/temp ./docs/${{ env.friendly-version }}
235
- run: |
236
- git checkout origin/docs
+ git fetch origin
237
+ git checkout -b docs origin/docs
238
git config --global user.email "action@github.com"
239
git config --global user.name "GitHub Action"
240
git add -- ./docs/${{ env.friendly-version }}
0 commit comments