|
@@ -28,7 +28,7 @@ jobs:
|
|
|
git init
|
|
|
git config --global user.name "github-actions[bot]"
|
|
|
git config --global user.email "${{ secrets.DRAGONOS_EMAIL }}"
|
|
|
- git remote add origin https://${{ secrets.ACCESS }}@github.com/DragonOS-Community/OS_lab_tutorial.git
|
|
|
+ git remote add origin https://${{ secrets.ACCESS_TOKEN }}@github.com/DragonOS-Community/OS_lab_tutorial.git
|
|
|
git add .
|
|
|
git commit -m "deploy"
|
|
|
git push -f origin master:gh-pages
|