build: Made it use lfs

This commit is contained in:
Simeon Radivoev 2026-05-06 22:56:33 +03:00
parent b1041898a3
commit 9961422038
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -20,6 +20,8 @@ jobs:
steps: steps:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v5 uses: actions/checkout@v5
with:
lfs: true
- name: Install, build, and upload your site - name: Install, build, and upload your site
uses: withastro/action@v4 uses: withastro/action@v4
with: with: