From 5f5f6922251d32b6a9ff8190c857765b3f159b3a Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Mon, 9 Mar 2020 22:17:14 -0500 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e8dadc9..6d954b7 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 today?

" > index.html DIRTY=$(git status --short | wc -l) @@ -39,7 +39,7 @@ jobs: git config user.name ${COMMITER_NAME} git config user.email ${COMMITER_EMAIL} git add --all . - git commit -m "DIST to ${target_branch}" + git commit -m "DIST to ${target_branch}" --quiet echo 🏃 Deploying ${build_dir} directory to ${target_branch} branch on ${repo} repo