Skip to content

Commit

Permalink
workflows: Enable lfs in gh-pages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vvarg229 committed Jun 20, 2023
1 parent 93733ff commit 66ab2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
uses: actions/checkout@v3
if: always()
with:
lfs: true
ref: gh-pages
path: gh-pages

Expand Down

0 comments on commit 66ab2cc

Please sign in to comment.