diff --git a/.github/workflows/documentation-deploy.yml b/.github/workflows/documentation-deploy.yml index 5918690881..768a33d3eb 100644 --- a/.github/workflows/documentation-deploy.yml +++ b/.github/workflows/documentation-deploy.yml @@ -13,9 +13,7 @@ jobs: uses: actions/checkout@v3 # Only pull lfs files for documentation folder - name: Checkout git lfs partial files - run: | - git config lfs.fetchinclude "documentation" - git lfs checkout + run: git lfs pull --include "documentation/*" - name: Remove Git LFS requirements # Github pages fails when expecting LFS, so remove hook run: rm .git/hooks/pre-push