From 32b15476b7a225544961685ef1c923f783d628bf Mon Sep 17 00:00:00 2001 From: "Saeed Misaghian (SaM)" <78544726+SaM-92@users.noreply.github.com> Date: Mon, 13 May 2024 21:12:56 +0100 Subject: [PATCH] Update GitHub Actions workflow for full clone --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ab762e..7b7187a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 # Fetch all history for all branches and tags - name: Set up Python uses: actions/setup-python@v2