ModischFabrications / CutSolverFrontend

Simple frontend for CutSolver, a webservice to determine ideal cut placements
https://cutsolver.modisch.me
GNU General Public License v3.0
10 stars 2 forks source link

Let CI pipline download lfs files as well #68

Closed Bouni closed 7 months ago

Bouni commented 7 months ago

The README fo action/checkout has an overview of options that include

- uses: actions/checkout@v4
  with:
...
    # Whether to download Git-LFS files
    # Default: false
    lfs: ''

So I think adding lfs: true should fix the issue #66

ModischFabrications commented 7 months ago

Thanks again 👍🏻