Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:06:21 -05:00 committed by GitHub
parent b2a3d72b6b
commit 42d91e95aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ jobs:
git checkout --orphan gh-pages git checkout --orphan gh-pages
fi fi
echo "<h1>hello there</h1>" > index.html echo "<h1>hello there</h1><p>stranger</p>" > index.html
DIRTY=$(git status --short | wc -l) DIRTY=$(git status --short | wc -l)