From 72d00324ada53dee435f90af5bd92c76fab7ced1 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 20 Nov 2024 10:40:09 -0500 Subject: [PATCH] Fix checkout? --- .github/workflows/gh-page-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-page-preview.yml b/.github/workflows/gh-page-preview.yml index fd6ad66b9e..c92a256824 100644 --- a/.github/workflows/gh-page-preview.yml +++ b/.github/workflows/gh-page-preview.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout PR Branch uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} + fetch-depth: 1 - name: Set up Python uses: actions/setup-python@v5