OSDN Git Service

[fix] : allow-unrelated-histories
authorhayao <hayao@fascode.net>
Sat, 23 Oct 2021 08:02:44 +0000 (17:02 +0900)
committerhayao <hayao@fascode.net>
Sat, 23 Oct 2021 08:02:44 +0000 (17:02 +0900)
.github/workflows/hugo.yaml

index fc4e465..ba213fa 100644 (file)
@@ -81,6 +81,6 @@ jobs:
           else
             echo "Nothing has been commited"
           fi
-          git pull origin master
+          git pull --allow-unrelated-histories origin master
           git push origin master