fa
This commit is contained in:
@@ -157,8 +157,8 @@ jobs:
|
|||||||
id: deployment
|
id: deployment
|
||||||
run: |
|
run: |
|
||||||
cd public
|
cd public
|
||||||
git init
|
git init -b gh-pages
|
||||||
git remote add git@github.com/$GITHUB_REPOSITORY.git
|
git remote add origin git@github.com/$GITHUB_REPOSITORY.git
|
||||||
git config --local user.email "actions@github.com"
|
git config --local user.email "actions@github.com"
|
||||||
git config --local user.name "Github Actions"
|
git config --local user.name "Github Actions"
|
||||||
git commit -m "deploy"
|
git commit -m "deploy"
|
||||||
|
|||||||
Reference in New Issue
Block a user