Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-09 22:22:43 -05:00 committed by GitHub
parent 5f5f692225
commit 055c685813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
echo 🏃 Deploying ${build_dir} directory to ${target_branch} branch on ${repo} repo echo 🏃 Deploying ${build_dir} directory to ${target_branch} branch on ${repo} repo
if [ $keep_history == false] if [ $keep_history = false]
then then
git push --quiet ${REMOTE} ${target_branch} git push --quiet ${REMOTE} ${target_branch}
else else