Skip to content

Commit

Permalink
Merge pull request #12 from DragonOS-Community/guanjinquan-patch-8
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
guanjinquan authored Jul 26, 2023
2 parents 7004367 + dcfde95 commit dfd7d92
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ jobs:

- name: Run docs
run: |
pwd
set -e
npm install
npm run docs:build
cd docs/.vuepress/dist
git init
git add -A
git commit -m "deploy"
git push -f [email protected]:DragonOS-Community/OS_lab_tutorial.git master:gh-pages
cd -

0 comments on commit dfd7d92

Please sign in to comment.