OSDN Git Service

[update] : Added debug code
authorhayao <hayao@fascode.net>
Sat, 23 Oct 2021 08:23:09 +0000 (17:23 +0900)
committerhayao <hayao@fascode.net>
Sat, 23 Oct 2021 08:23:09 +0000 (17:23 +0900)
.github/workflows/hugo.yaml

index cb239db..4ced149 100644 (file)
@@ -68,6 +68,7 @@ jobs:
         env: 
           GH_PAGES_REPO_DEPLOY_KEY: ${{ secrets.GH_PAGES_REPO_DEPLOY_KEY }}
         run: |
+          echo $GITHUB_REPOSITORY
           [[ "$(basename "${GITHUB_REPOSITORY}")" = "hayao0819.github.io" ]] && exit 0
           echo "$GH_PAGES_REPO_DEPLOY_KEY" > ~/deploy_key.pem
           chmod 600 ~/deploy_key.pem