Rename build.yml
to generate.yml
and increase fetch depth
All checks were successful
Generate Website / Generate Website (push) Successful in 16s
All checks were successful
Generate Website / Generate Website (push) Successful in 16s
This commit is contained in:
parent
fa5215f5ef
commit
19a96276e7
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ jobs:
|
|||
run: apk add --no-cache nodejs git git-lfs bash curl zstd
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Checkout repository (suo)
|
||||
uses: actions/checkout@v4
|
||||
with:
|
Loading…
Reference in a new issue