diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bdaf39c..7024366 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -162,6 +162,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com + git stash if git ls-remote --exit-code --heads origin ${{ env.branch_name }} >/dev/null 2>&1; then git fetch --all git checkout ${{ env.branch_name }}