Skip to content

Commit

Permalink
chore: docs git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Aug 22, 2023
1 parent 15c0373 commit 8c168be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c168be

Please sign in to comment.