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:
parent
ebf42175d4
commit
69a9f9a612
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user