Skip to content

Commit ac4e1e8

Browse files
committed
chore: fix workflow about lfs
1 parent b85dc90 commit ac4e1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
url: ${{ steps.deployment.outputs.page_url }}
4848
steps:
4949
- uses: actions/checkout@v4
50+
with:
51+
lfs: true # 必须,如果使用了 LFS
5052
- uses: pnpm/action-setup@v3
5153
- uses: actions/setup-node@v4
5254
with:

0 commit comments

Comments
 (0)