Change fetch-depth for doc build

This commit is contained in:
Griatch 2022-01-26 18:31:34 +01:00
parent 5feaeae06a
commit 284d0057a3

View file

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