Building multiversion docs require the full git history

This commit is contained in:
Griatch 2022-01-25 23:48:15 +01:00
parent 89baae29ed
commit 544fd3ede2

View file

@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2