Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guanjinquan authored Jul 31, 2023
1 parent 72c0429 commit 3c7dee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
git init
git config --global user.name "github-actions[bot]"
git config --global user.email "${{ secrets.DRAGONOS_EMAIL }}"
git branch gh-pages && git checkout gh-pages
git branch
git branch -m gh-pages && git checkout gh-pages
git add .
git commit -m "deploy"
git push -f [email protected]:DragonOS-Community/OS_lab_tutorial.git gh-pages
Expand Down

0 comments on commit 3c7dee4

Please sign in to comment.