From 35d840865a8a54bb01417d668b3f71d26abd4999 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 11 Mar 2024 19:02:38 -0400 Subject: [PATCH] use LFS files in the actions workflows --- .forgejo/workflows/actions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 6010e2a..5cc2015 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -4,6 +4,7 @@ on: branches: - 'master' pull_request: + jobs: Build Documentation: runs-on: docker @@ -55,6 +56,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + lfs: true - name: Copy export files run: |