We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cce4c commit fe13c72Copy full SHA for fe13c72
.github/workflows/main.yml
@@ -84,6 +84,12 @@ jobs:
84
run: |
85
echo "Switch to ${{ vars.DEPLOYMENT_BRANCH }}"
86
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
93
- name: Applying stashed files to ${{ vars.DEPLOYMENT_BRANCH }}
94
95
echo "Applying stash"
0 commit comments