Change fetch-depth for doc build

This commit is contained in:
Griatch 2022-01-26 18:31:34 +01:00
parent ca40f1966a
commit 5b44b389f0

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