Update pages.yml
This commit is contained in:
parent
dd1c43bd30
commit
793e4ad5ed
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
|
@ -16,10 +16,12 @@ jobs:
|
||||||
COMMITER_EMAIL="${GITHUB_ACTOR}-@users.noreply.github.com"
|
COMMITER_EMAIL="${GITHUB_ACTOR}-@users.noreply.github.com"
|
||||||
echo "COMMITER_NAME: ${COMMITER_NAME}"
|
echo "COMMITER_NAME: ${COMMITER_NAME}"
|
||||||
echo "COMMITER_EMAIL: ${COMMITER_EMAIL}"
|
echo "COMMITER_EMAIL: ${COMMITER_EMAIL}"
|
||||||
|
echo "REMOTE: ${REMOTE}"
|
||||||
|
|
||||||
mkdir /tmp/github-pages
|
mkdir /tmp/github-pages
|
||||||
cd /tmp/github-pages
|
cd /tmp/github-pages
|
||||||
git init
|
|
||||||
|
git init .
|
||||||
git checkout --orphan gh-pages
|
git checkout --orphan gh-pages
|
||||||
git status --short
|
git status --short
|
||||||
# git ls-remote --heads ${REMOTE} gh-pages
|
# git ls-remote --heads ${REMOTE} gh-pages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue