From 5a30ba6914a9f5fbb48da79017cc82ce08b27093 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 23 Oct 2021 15:46:51 +0900 Subject: [PATCH] [fix] : Run deploy on other jobs --- .github/workflows/hugo.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 64e0566..5a22d87 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -41,6 +41,15 @@ jobs: publish_branch: gh-pages publish_dir: ./ + main-repo: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + submodules: true + fetch-depth: 0 + - name: Setup git repogitories env: GH_PAGES_REPO_DEPLOY_KEY: ${{ secrets.GH_PAGES_REPO_DEPLOY_KEY }} -- 2.11.0