1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:36:20 -04:00

make sure LFS files aren't checked out during CI

This commit is contained in:
Jake Jarvis 2019-09-04 11:14:01 -04:00
parent ebf42175d4
commit 69a9f9a612

View File

@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
lfs: false
- uses: jakejarvis/hugo-build-action@v0.53
- uses: actions/upload-artifact@master
with: