ci: fix schema.json path in spellcheck step
This commit is contained in:
parent
a530ccbe3d
commit
907c2ed423
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue