From b6d8cebab671351517b28b8c71f46753982e3f5d Mon Sep 17 00:00:00 2001 From: Ted Gravlin Date: Sat, 2 Dec 2023 17:08:11 -0500 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ebc9a49..bc2131e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,12 +31,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + lfs: true - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - lfs: true # Upload entire repository path: '.' - name: Deploy to GitHub Pages