From 5a99a57582c6bd7c0f6762e53d03d7914d1a90fe Mon Sep 17 00:00:00 2001 From: Tobias Meier Date: Sat, 17 Feb 2024 11:15:43 +0100 Subject: [PATCH] ci lfs flag added --- .github/workflows/build.yml | 1 + .github/workflows/build_deploy.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c359fa..beef8c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + lfs: true - name: build latex pdf (with examples) uses: docker://texlive/texlive:latest with: diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 111d22f..19e15c3 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive + lfs: true - name: build latex pdf (with examples) uses: docker://texlive/texlive:latest with: