OSDN Git Service

[fix] : Fixed branch name
authorhayao <hayao@fascode.net>
Sat, 23 Oct 2021 09:02:47 +0000 (18:02 +0900)
committerhayao <hayao@fascode.net>
Sat, 23 Oct 2021 09:02:47 +0000 (18:02 +0900)
.github/workflows/hugo.yaml

index e7a1f5b..b9a1654 100644 (file)
@@ -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