Fetch all history for all tags and branches in publish_api_documentation.yml

This commit is contained in:
grossmj 2020-10-24 13:13:19 +10:30
parent d063b3e39d
commit fb8df1cc6b

View File

@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: "3.0"
- uses: actions/setup-python@v2
with: