From 72617336e3272d0b33a823d224f8eaa3c4cf3d61 Mon Sep 17 00:00:00 2001 From: Alex White <17591362+aewhite100@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:53:53 -0500 Subject: [PATCH] Update quarto-publish.yml --- .github/workflows/quarto-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 0e7b926..c00eeac 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -10,6 +10,10 @@ jobs: steps: - name: "actions checkout" uses: actions/checkout@v3 + with: + lfs: true + - name: Checkout LFS objects + run: git lfs checkout - name: "Setup Quarto" uses: quarto-dev/quarto-actions/setup@v2