Skip to content

Commit

Permalink
feat: add lfs to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vermorag committed Oct 23, 2024
1 parent a12d989 commit 8e9e574
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true

- uses: volta-cli/action@v4

- name: Run install
Expand Down

0 comments on commit 8e9e574

Please sign in to comment.