Skip to content

Commit c8030d3

Browse files
committed
fix
1 parent 2fb705a commit c8030d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@ jobs:
4444
uses: JamesIves/github-pages-deploy-action@v4
4545
with:
4646
branch: gh-pages
47-
folder: src/.vuepress/dist
47+
folder: src/.vuepress/dist
48+
49+
- name: 清理旧文件
50+
run: |
51+
pnpm store prune
52+
rm -rf node_modules/.cache

0 commit comments

Comments
 (0)