Update critical file(s) according to Chirpy v5.2.0

This commit is contained in:
Travis-CI
2022-06-09 10:06:34 +00:00
parent d1ef8d4273
commit 6c8b7ca51f
15 changed files with 357 additions and 26 deletions

View File

@ -77,7 +77,7 @@ setup_gh() {
_no_pages_branch=true
git checkout -b "$PAGES_BRANCH"
else
git checkout "$PAGES_BRANCH"
git checkout -f "$PAGES_BRANCH"
fi
}