diff --git a/.github/workflows/update-doc.yml b/.github/workflows/update-doc.yml index 66d66d9..45a2d3b 100644 --- a/.github/workflows/update-doc.yml +++ b/.github/workflows/update-doc.yml @@ -30,5 +30,6 @@ jobs: run: | git config --local user.email 6270544+github-actions[bot]@users.noreply.github.com git config --local user.name github-actions[bot] + git checkout -b ${{ github.ref_name }} ${{ github.sha }} git commit -m 'Re-generate extra documentation formats' -- doc git push