Skip to content

Commit

Permalink
npm run generateReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-chenxing authored Apr 26, 2024
1 parent 21c8a05 commit 1defdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generateReadMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install --if-present
- name: Run generateReadMe.js
run: npm generateReadMe
run: npm run generateReadMe
- name: Commit and push if it changed
run: |-
git config user.name "chen.xing"
Expand Down

0 comments on commit 1defdcd

Please sign in to comment.