File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,14 +232,14 @@ jobs:
232232 - run : |
233233 mkdir -p ./docs/${{ env.friendly-version }}
234234 mv ./docs/temp/** ./docs/${{ env.friendly-version }}
235- - run : |
236- 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 }}
241- git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
242- git push
235+ git
236+ - run : git fetch origin
237+ - run : git checkout -b docs origin/docs
238+ - run : git config --global user.email "action@github.com"
239+ - run : git config --global user.name "GitHub Action"
240+ - run : git add -- ./docs/${{ env.friendly-version }}
241+ - run : git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
242+ - run : git push
243243 # - name: Upload artifact
244244 # uses: actions/upload-pages-artifact@v3
245245 # with:
You can’t perform that action at this time.
0 commit comments