Rename build.yml to generate.yml and increase fetch depth
All checks were successful
Generate Website / Generate Website (push) Successful in 16s

This commit is contained in:
Xavier Moffett 2024-12-16 00:45:08 -05:00
parent fa5215f5ef
commit 19a96276e7
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -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: