diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index e6338e6e05d7..6f0485507ea0 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@master + with: + fetch-depth: 1 - name: Install and Build 🔧 run: |