Skip to content

Commit 1d8b3dc

Browse files
authored
Change output path for error reference JSON
Update path for istio_errors_export.json in docs. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 7a4e637 commit 1d8b3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/error-ref-publisher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Update docs
5151
run: |
52-
echo '{ "errors_export": "" }' | jq --slurpfile export ./helpers/errorutil_errors_export.json '.errors_export = $export[0]' > ./meshery/docs/_data/errorref/istio_errors_export.json
52+
echo '{ "errors_export": "" }' | jq --slurpfile export ./helpers/errorutil_errors_export.json '.errors_export = $export[0]' > ./meshery/docs/data/errorref/istio_errors_export.json
5353
5454
- name: Commit changes
5555
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)