From 0cb770599764c7baf9460d2d2d6376f2961a3ce4 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 24 Oct 2021 21:24:30 +0900 Subject: [PATCH] =?utf8?q?[fix]=20:=20=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81?= =?utf8?q?=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index b4d59fd..77dc6b7 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -72,6 +72,6 @@ jobs: echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config git add -A git checkout -b mirror - git pull --allow-unrelated-histories + git pull --allow-unrelated-histories origin mirror git push --force origin mirror \ No newline at end of file -- 2.11.0