diff --git a/.github/workflows/deploy-page.yml b/.github/workflows/deploy-page.yml index f4bad25..7538fd2 100644 --- a/.github/workflows/deploy-page.yml +++ b/.github/workflows/deploy-page.yml @@ -15,12 +15,6 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - with: - lfs: true # pull down video files from LFS - - name: Checkout LFS files - run: | - git lfs checkout - ls -lisa src/resources/videos - name: Install dependencies uses: borales/actions-yarn@v5 with: