From f091c4ef910ac9e60203607d5939520c00590646 Mon Sep 17 00:00:00 2001 From: Jeffrey Chongsathien Date: Thu, 29 May 2025 16:49:17 +0100 Subject: [PATCH] Add Git LFS support comments to actions --- .github/workflows/ci.yml | 3 +++ .github/workflows/pages.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89b1b04b..ea2212e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + # Uncomment the following lines when using Git LFS (e.g. for image files) + #with: + # lfs: true - name: Setup Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index f175116e..3c63ace7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -31,6 +31,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + # Uncomment the following lines when using Git LFS (e.g. for image files) + #with: + # lfs: true - name: Setup Ruby uses: ruby/setup-ruby@v1 with: