mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update mkdocs-flow
for the git-revision-date addon it is necesarry to set fetch-depth to 0
This commit is contained in:
parent
676c772f11
commit
f2c3fba28d
4
.github/workflows/mkdocs-flow.yml
vendored
4
.github/workflows/mkdocs-flow.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user