From af64417ccff38d32f6fb668dbafd33e507d3f92c Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 9 Mar 2020 22:23:39 -0500 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d719081..9bf1ba3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,7 +28,7 @@ jobs: git checkout --orphan gh-pages fi - echo "

hello there.

How are you today?

" > index.html + echo "

hello there.

How are you today kind person?

" > index.html DIRTY=$(git status --short | wc -l)