Skip to content

Commit 81e00d3

Browse files
committed
chore: correct the run script
1 parent bee5353 commit 81e00d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npm run test:full
4343
- name: Update Documents
4444
run: |
45-
npm run docs
45+
npm run build:readme
4646
- name: Prepare Pull Request
4747
id: vars
4848
uses: ./.github/actions/prepare-pr

0 commit comments

Comments
 (0)