ci: fix schema.json path in spellcheck step

This commit is contained in:
Ivan Dyachkov 2023-03-14 08:54:54 +01:00
parent a530ccbe3d
commit 907c2ed423
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