From b166b8599702196cb18b88de4ea6a6eae79c50da Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Fri, 31 Dec 2021 14:36:53 -0800 Subject: [PATCH] Checkout all commits when deploying --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a5091e89..c0bc59399 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: '0' - uses: actions/setup-python@v2 with: python-version: 3.x