Skip to content

Commit 1f5fe25

Browse files
committed
重新推送
1 parent 8055d5f commit 1f5fe25

File tree

3 files changed

+1115
-2
lines changed

3 files changed

+1115
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-node@v4
3939
with:
4040
node-version: 20
41-
cache: npm # 或 pnpm / yarn
41+
cache: yarn # 或 pnpm / yarn
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v4
4444
- name: Install dependencies

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11

22
/node_modules
33
/.vitepress/cache
4-
*.lock

0 commit comments

Comments
 (0)