update mkdocs-flow

for the git-revision-date addon it is necesarry to set fetch-depth to 0
This commit is contained in:
mauwii 2022-09-18 11:28:08 +02:00
parent 676c772f11
commit f2c3fba28d
No known key found for this signature in database
GPG Key ID: D923DB04ADB3F5AB

View File

@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
uses: Tiryoh/actions-mkdocs@v0
with: