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 "
How are you?
" > index.html + echo "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