Update pages.yml
This commit is contained in:
parent
82f03a9ebd
commit
c8fef74bc6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pages.yml
vendored
3
.github/workflows/pages.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
git checkout --orphan gh-pages
|
git checkout --orphan gh-pages
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "<h1>hello there.</h1><p>How are You?</p>" > index.html
|
echo "<h1>hello there.</h1><p>How are you?</p>" > index.html
|
||||||
|
|
||||||
DIRTY=$(git status --short | wc -l)
|
DIRTY=$(git status --short | wc -l)
|
||||||
|
|
||||||
|
|
@ -36,7 +36,6 @@ jobs:
|
||||||
then
|
then
|
||||||
echo '⚠️ There are no changes to commit, stopping.'
|
echo '⚠️ There are no changes to commit, stopping.'
|
||||||
else
|
else
|
||||||
git log
|
|
||||||
git config user.name ${COMMITER_NAME}
|
git config user.name ${COMMITER_NAME}
|
||||||
git config user.email ${COMMITER_EMAIL}
|
git config user.email ${COMMITER_EMAIL}
|
||||||
git add --all .
|
git add --all .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue