diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db84c5c..be7dfb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,13 @@ jobs: - name: Build Quartz site run: npx quartz build + - name: Git LFS checkout + run: | + git lfs fetch + git lfs checkout + - name: Copy - run: cp -r public ~/notes + run: rsync public ~/notes # - name: Upload artifact # uses: actions/upload-pages-artifact@v3