use fetch --all instead of checkout
Some checks failed
Actions / Build Documentation (push) Successful in 12s
Actions / Build Export Files (push) Failing after 39s

This commit is contained in:
SeaswimmerTheFsh 2024-03-11 20:16:50 -04:00
parent 464a7ec487
commit ba98e45455
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Retrieve LFS files - name: Retrieve LFS files
run: git lfs checkout run: git lfs fetch --all
- name: Copy export files - name: Copy export files
run: | run: |