Skip to content

Commit

Permalink
ci: don't rebase pages with origin main (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron authored Aug 14, 2023
1 parent 27093e0 commit 55e9a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
commit -m "$NEW_COVERAGE_PATH" \
--author="${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>" --no-verify;
git status;
git pull --rebase origin main;
git push origin pages --no-verify -f;
echo "NEW_COVERAGE_PATH=$NEW_COVERAGE_PATH" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 55e9a46

Please sign in to comment.