Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:11:45 -05:00 committed by GitHub
parent 82f03a9ebd
commit c8fef74bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
git checkout --orphan gh-pages
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)
@ -36,7 +36,6 @@ jobs:
then
echo '⚠️ There are no changes to commit, stopping.'
else
git log
git config user.name ${COMMITER_NAME}
git config user.email ${COMMITER_EMAIL}
git add --all .