Skip to content

Commit

Permalink
Set default merge strategy so it doesn't hiccup
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Oct 22, 2021
1 parent d51abff commit 8fbc5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-images/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ fi
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
git config --global user.name "github-actions"
git config --global user.email "github-actions@users.noreply.github.com"
git config pull.rebase false

# Clone GitHub pages branch with site
git clone -b ${branch} https://github.com/${GITHUB_REPOSITORY}.git /tmp/repo
Expand Down

0 comments on commit 8fbc5a2

Please sign in to comment.