Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 21:03:14 -05:00 committed by GitHub
parent 0256fb917c
commit 92bad72a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ jobs:
mkdir /tmp/github-pages mkdir /tmp/github-pages
cd /tmp/github-pages cd /tmp/github-pages
git init
# git ls-remote --heads ${REMOTE} gh-pages # git ls-remote --heads ${REMOTE} gh-pages
echo "<h1>hello there</h1>" > index.html echo "<h1>hello there</h1>" > index.html
git config user.name ${COMMITER_NAME} git config user.name ${COMMITER_NAME}