workflow: fetch-depth 0

apindex doesn't actually work with our workflow, as:
- GitHub actions clean clones everything, making the modified time nearly identical
- apindex doesn't read git history

So why bother cloning the whole stack, only clone the top commit.
This commit is contained in:
Han Sol Jin 2022-08-17 09:36:09 -07:00
parent ff297aca7f
commit ab76479bee

View File

@ -17,6 +17,7 @@ jobs:
with:
persist-credentials: false
submodules: recursive
fetch-depth: 0
- name: Install apindex-v2
run: |