Skip to content

Commit 07d49de

Browse files
committed
updated pipeline
1 parent 455d39c commit 07d49de

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)