Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mckuhei authored Apr 3, 2021
1 parent 3858e10 commit 146013b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
git commit -m "Updated By Github Actions With Build ${{github.run_number}} of ${{github.workflow}} For Github Pages"
git branch -M gh-pages
git push --force --quiet "https://${TOKEN}@${REF}"
git remote add gitee https://gitee.com/mckuhei/opencomputers-tutorial.git
git push --force --quiet "https://${GT}@gitee.com/mckuhei/opencomputers-tutorial"
git remote add gitee https://${GT}@gitee.com/mckuhei/opencomputers-tutorial.git
git push --force --quiet -u gitee

0 comments on commit 146013b

Please sign in to comment.