Skip to content

Commit fe13c72

Browse files
committed
clean again
1 parent 66cce4c commit fe13c72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
run: |
8585
echo "Switch to ${{ vars.DEPLOYMENT_BRANCH }}"
8686
git switch -f ${{ vars.DEPLOYMENT_BRANCH }}
87+
git reset --hard
88+
sudo git clean -d -x -f
89+
rm -r *
90+
git add *
91+
git commit -m "cleaning branch"
92+
git push
8793
- name: Applying stashed files to ${{ vars.DEPLOYMENT_BRANCH }}
8894
run: |
8995
echo "Applying stash"

0 commit comments

Comments
 (0)