Update ghpages.yml

This commit is contained in:
Morten Nielsen 2020-06-16 11:15:29 -07:00 committed by GitHub
parent 07cc7a83bd
commit 5380315e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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