From 787e195359bb92232e2703abbe7469859157ccca Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 6 Jun 2023 16:25:08 -0700 Subject: [PATCH] chore: update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 281e5df..b817a40 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -36,6 +36,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + lfs: true - name: Set up Node.js uses: actions/setup-node@v3 with: