From 66ab2cc510f3f2ff41b21dc1bc299bbea90e8727 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Tue, 20 Jun 2023 14:05:34 +0400 Subject: [PATCH] workflows: Enable lfs in gh-pages Sometimes the logs can be large. For example: remote: error: File 224/data/attachments/305b606753ef6ea8.zip is 213.16 MB; this exceeds GitHub's file size limit of 100.00 MB remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. This will help save the report and analyze it. Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ea4a47f504..f818a2107b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -222,6 +222,7 @@ jobs: uses: actions/checkout@v3 if: always() with: + lfs: true ref: gh-pages path: gh-pages