1
0
mirror of synced 2025-11-06 05:10:37 +08:00
This commit is contained in:
Xing Yahao
2022-02-26 19:08:05 +09:00
parent 9ce0cac337
commit 0b912618e3

View File

@@ -26,7 +26,7 @@ jobs:
node-version: "16"
cache: "npm"
- run: npm install
- run: node ./.github/readme-gen.js
- run: node ./.github/readme-generate.js
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "[ci skip] Automatic generate readme"