WORKFLOW: Fix wrong instruction of generating docs (#2522)

This commit is contained in:
catloversg
2026-02-22 02:58:50 +07:00
committed by GitHub
parent 0c118ede38
commit 4a22e16058

View File

@@ -83,4 +83,4 @@ jobs:
run: npm run doc
- name: Check generated docs
run: |
test -z "$(git status --porcelain)" || (echo "::error title=Documentation is outdated::You need to run 'run npm doc'";exit 1;)
test -z "$(git status --porcelain)" || (echo "::error title=Documentation is outdated::You need to run 'npm run doc'";exit 1;)