Use git-lfs in pipeline as well

Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net>
This commit is contained in:
Wachtl Enterprises LLC 2025-03-17 00:05:16 +01:00 committed by Xiretza
parent 14dbf602d1
commit 3cf62b70bb

View file

@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
- lfs: 'true'
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)!
- name: "Build mkdocs site"
run: |