diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d7359e4..38afff6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,10 +8,10 @@ jobs: deploy: runs-on: ubuntu-20.04 steps: - # - uses: actions/checkout@v2 - # with: - # submodules: true - # fetch-depth: 0 + - uses: actions/checkout@v2 + with: + # submodules: true + fetch-depth: 0 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: