diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index 5e158d7..ed93d83 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -56,6 +56,6 @@ jobs: git config --local core.autocrlf false git add . git commit -m "Auto-update doc from commit %GITHUB_SHA%" - git push --force https://%ACCESS_TOKEN%@github.com/%GITHUB_REPOSITORY%.git master:%BRANCH% + git push --force https://%ACCESS_TOKEN%@github.com/%GITHUB_REPOSITORY%.git main:%BRANCH% rmdir .git /S /Q