mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 09:49:16 +01:00
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:
parent
ff297aca7f
commit
ab76479bee
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install apindex-v2
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user