Skip to content

Commit 25267cc

Browse files
committed
chore: Disable lfs on CI
1 parent a8e4c49 commit 25267cc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
with:
18-
lfs: true
1917

2018
- name: Install pnpm
2119
uses: pnpm/action-setup@v4

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout your repository using git
2121
uses: actions/checkout@v4
22-
with:
23-
lfs: true
2422

2523
- name: Print commit id, message and tag
2624
run: |

0 commit comments

Comments
 (0)