From 9ae445ee8b2ecfc0b2b170732b05ec57242c1b6e Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Sun, 30 Oct 2022 21:03:02 -0500 Subject: [PATCH] Update build-and-deploy-site.yml Signed-off-by: Lee Calcote --- .github/workflows/build-and-deploy-site.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |