diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77442b3..d3d23b5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup hugo uses: peaceiris/actions-hugo@v2