Update pages.yml
This commit is contained in:
parent
5f5f692225
commit
055c685813
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
echo 🏃 Deploying ${build_dir} directory to ${target_branch} branch on ${repo} repo
|
||||
|
||||
if [ $keep_history == false]
|
||||
if [ $keep_history = false]
|
||||
then
|
||||
git push --quiet ${REMOTE} ${target_branch}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue