From: hayao Date: Sat, 23 Oct 2021 09:02:47 +0000 (+0900) Subject: [fix] : Fixed branch name X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=e2138425d0a2740f7df980a6b5d800e15e9a5869;p=alterlinux%2Fhayao.fascode.net.git [fix] : Fixed branch name --- diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index e7a1f5b..b9a1654 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -85,7 +85,7 @@ jobs: else echo "Nothing has been commited" fi - git pull --allow-unrelated-histories origin master + git pull --allow-unrelated-histories origin gh-pages git checkout -b gh-pages git push origin gh-pages --force \ No newline at end of file