Skip to content

Commit e53bce3

Browse files
✨ 增加vitepress-plugin-git-changelog 功能
1 parent ba1757e commit e53bce3

29 files changed

+595
-33674
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
1315
- uses: actions/setup-node@v3
1416
with:
1517
node-version: 18
@@ -18,7 +20,7 @@ jobs:
1820

1921
- name: Build
2022
run: pnpm docs:build
21-
23+
2224
- name: Deploy
2325
uses: peaceiris/actions-gh-pages@v3
2426
with:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/.vitepress/cache/deps/_metadata.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)