Skip to content

Commit

Permalink
Apparently this is how you do LFS on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
s7uck committed Aug 14, 2024
1 parent f4d6b84 commit 2599243
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
repository: 's7uck/photos'
path: './photos'
lfs: true
- name: Checkout photos (LFS)
uses: actions/checkout@v2
with:
repository: 's7uck/photos'
path: './photos'
- name: Checkout LFS objects
working-directory: './photos'
run: git lfs checkout
Expand Down

0 comments on commit 2599243

Please sign in to comment.