Skip to content

Commit bd117fb

Browse files
committed
ci: update configuration doc path in check-change job
This commit updates the path to the configuration document in the check-change job in the config-change.yaml workflow. Signed-off-by: Vibhu Prashar <[email protected]>
1 parent 2545172 commit bd117fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/config-change.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
config:
2727
- 'config/**/*.go'
2828
doc:
29-
- 'docs/configuration/configuration.md'
29+
- 'docs/user/configuration/configuration.md'
3030
compose_dev:
3131
- 'compose/dev/kepler-dev/etc/kepler/config.yaml'
3232
compose_latest:
@@ -58,7 +58,7 @@ jobs:
5858
echo "⚠️ Config changes detected in this PR"
5959
echo "Please make sure that the config changes are updated in the following places as part of this PR:"
6060
if [[ "${{ needs.check-changes.outputs.doc_changes }}" != "true" ]]; then
61-
echo "- docs/configuration/configuration.md"
61+
echo "- docs/user/configuration/configuration.md"
6262
fi
6363
if [[ "${{ needs.check-changes.outputs.compose_dev_changes }}" != "true" ]]; then
6464
echo "- compose/dev/kepler-dev/etc/kepler/config.yaml"

0 commit comments

Comments
 (0)