diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 76265586ff..c28a235f74 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -12,7 +12,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - + with: + fetch-depth: 2 - name: Check if /docs/ has changes id: check_docs run: |