From fb8df1cc6beb0ae017007896b9822c1108d72c37 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 13:13:19 +1030 Subject: [PATCH] Fetch all history for all tags and branches in publish_api_documentation.yml --- .github/workflows/publish_api_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 8867170f..46c09875 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 ref: "3.0" - uses: actions/setup-python@v2 with: