Merge pull request #10133 from id/ci-fix-spellcheck
ci: fix schema.json path in spellcheck step
This commit is contained in:
commit
3057eca995
|
@ -82,7 +82,7 @@ jobs:
|
||||||
name: "${{ matrix.profile[0] }}_schema_dump"
|
name: "${{ matrix.profile[0] }}_schema_dump"
|
||||||
path: |
|
path: |
|
||||||
scripts/spellcheck
|
scripts/spellcheck
|
||||||
_build/${{ matrix.profile[0] }}/lib/emqx_dashboard/priv/www/static/schema.json
|
_build/docgen/${{ matrix.profile[0] }}/schema.json
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
@ -218,4 +218,4 @@ jobs:
|
||||||
path: /tmp/
|
path: /tmp/
|
||||||
- name: Run spellcheck
|
- name: Run spellcheck
|
||||||
run: |
|
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