parent
de0c78b551
commit
e4f417a8ff
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
cd dist
|
cd dist
|
||||||
git init
|
git init
|
||||||
git remote add origin "${GITHUB_REPOSITORY}/{GITHUB_REPOSITORY_OWNER}"
|
git remote add origin "${GITHUB_REPOSITORY}/${GITHUB_REPOSITORY_OWNER}"
|
||||||
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
|
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages
|
||||||
git checkout -b pages
|
git checkout -b pages
|
||||||
|
|
Loading…
Reference in a new issue