force create/push the branch

This commit is contained in:
Maxime Beauchemin
2024-11-25 13:46:05 -08:00
parent 283150d91e
commit 4f70abab17

View File

@@ -55,7 +55,8 @@ jobs:
run: |
# Cloning gh-pages into working branch
git checkout gh-pages
git checkout -b ${{ env.branch_name }}
git checkout -B ${{ env.branch_name }}
git push origin ${{ env.branch_name }} -f
# Back to where we started
git checkout ${{ inputs.ref || github.ref_name }}