Fixed warning from mkdocs in workflow

This commit is contained in:
CasVT
2023-07-03 16:42:21 +02:00
parent 5f0e3a578c
commit 4186931ad9

View File

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