From cb8a9a4b517d4f282178a56fe51687e77c55d606 Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Wed, 2 Feb 2022 18:07:05 +0100 Subject: [PATCH] Update gh-deploy.yml --- .github/workflows/gh-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index 0ae531072..5d44e6b24 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout main uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Python 3.9 uses: actions/setup-python@v2