From c8fef74bc6e35074c8e7017816631e1800ff06d2 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 9 Mar 2020 22:11:45 -0500 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index de8e81b..e8dadc9 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?

" > index.html + echo "

hello there.

How are you?

" > 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 .