You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project Slumber, I have a demo gif that's stored in git LFS because it's updated very frequently. This gif is in the README, which means it's in the website too. Unfortunately Github Pages doesn't work out of the box with LFS, because the site isn't hosted directly from git. This means the gif isn't included in the static assets.
It'd be nice to have a config field to enable this in oranda. As it is, I'll have to remember to keep setting this flag any time I re-run oranda generate ci. One option is to enable it always, but that may make checkout very slow for repos that have large LFS assets that aren't needed in the website.
The text was updated successfully, but these errors were encountered:
In my project Slumber, I have a demo gif that's stored in git LFS because it's updated very frequently. This gif is in the README, which means it's in the website too. Unfortunately Github Pages doesn't work out of the box with LFS, because the site isn't hosted directly from git. This means the gif isn't included in the static assets.
To make this work, I just had to add
lfs: true
to the checkout step, as suggested here. Here's the commit that fixed my site.It'd be nice to have a config field to enable this in oranda. As it is, I'll have to remember to keep setting this flag any time I re-run
oranda generate ci
. One option is to enable it always, but that may make checkout very slow for repos that have large LFS assets that aren't needed in the website.The text was updated successfully, but these errors were encountered: