Merge pull request #10133 from id/ci-fix-spellcheck

ci: fix schema.json path in spellcheck step
This commit is contained in:
zhongwencool 2023-03-14 17:37:40 +08:00 committed by GitHub
commit 3057eca995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ jobs:
name: "${{ matrix.profile[0] }}_schema_dump"
path: |
scripts/spellcheck
_build/${{ matrix.profile[0] }}/lib/emqx_dashboard/priv/www/static/schema.json
_build/docgen/${{ matrix.profile[0] }}/schema.json
windows:
runs-on: windows-2019
@ -218,4 +218,4 @@ jobs:
path: /tmp/
- name: Run spellcheck
run: |
bash /tmp/scripts/spellcheck/spellcheck.sh /tmp/_build/${{ matrix.profile }}/lib/emqx_dashboard/priv/www/static/schema.json
bash /tmp/scripts/spellcheck/spellcheck.sh /tmp/_build/docgen/${{ matrix.profile }}/schema.json