Building multiversion docs require the full git history

This commit is contained in:
Griatch 2022-01-25 23:48:15 +01:00
parent d7d94c462f
commit 4137d7b346

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