Enable Git LFS support in checkout step of MKDocs Docker workflow
Some checks failed
continuous-integration/drone/push Build is failing
Build and Push MkDocs Docker Image / build-and-push (push) Failing after 2m33s

This commit is contained in:
Julien Fastré 2025-07-01 10:16:31 +02:00
parent 500cc24618
commit fd13038b2f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -30,6 +30,8 @@ jobs:
steps:
- name: Checkout code
uses: https://github.com/actions/checkout@v4
with:
lfs: true
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3