🔄 Remove redundant fetch command in pre-deploy workflow

This commit is contained in:
mr. m 2024-11-26 20:44:10 +00:00
parent 1ee144b49c
commit 1fee7979e8

View file

@ -23,7 +23,6 @@ jobs:
- name: Fetch and override deploy branch
run: |
git fetch origin main:main
git checkout main
git branch -D deploy || true