This commit is contained in:
parent
f13c784314
commit
0dc567dc9c
|
@ -30,6 +30,6 @@ jobs:
|
||||||
TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64)
|
TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64)
|
||||||
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages || true
|
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages || true
|
||||||
git checkout -b pages
|
git checkout -b pages
|
||||||
git add *
|
git add .
|
||||||
git commit -m "gen pages"
|
git commit -m "gen pages"
|
||||||
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages
|
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages
|
||||||
|
|
Loading…
Reference in a new issue