Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YobeZhou authored Sep 28, 2023
1 parent 25a93f5 commit 9b5ab94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build documentation site
run: pnpm docs:release
run: |
pnpm docs:release
git clone https://${{secrets.CODING_USERNAME}}:${{secrets.CODING_PASSWD}}@e.coding.net/weidongshan/vuepress-next-docs/rtos.git --branch master --single-branch master --depth=1
echo "ls master" && ls master
cp -r docs/.vuepress/dist/* master
Expand All @@ -46,7 +47,7 @@ jobs:
git add .
git commit -m "Update documentation" -a || true
git push origin master
cd -
ls && cd - && ls
- name: Deploy to GitHub Pages
uses: crazy-max/[email protected]
Expand Down

0 comments on commit 9b5ab94

Please sign in to comment.