Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:23:39 -05:00 committed by GitHub
parent 055c685813
commit af64417ccf
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 git checkout --orphan gh-pages
fi fi
echo "<h1>hello there.</h1><p>How are you today?</p>" > index.html echo "<h1>hello there.</h1><p>How are you today kind person?</p>" > index.html
DIRTY=$(git status --short | wc -l) DIRTY=$(git status --short | wc -l)