diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ab2950..c6e352d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install, build, and upload your site uses: withastro/action@v3