Update pages.yml
This commit is contained in:
parent
c8fef74bc6
commit
5f5f692225
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
git checkout --orphan gh-pages
|
||||
fi
|
||||
|
||||
echo "<h1>hello there.</h1><p>How are you?</p>" > index.html
|
||||
echo "<h1>hello there.</h1><p>How are you today?</p>" > 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue