Skip to content

Commit 45824ae

Browse files
author
Sunil Thaha
authored
Merge pull request #2310 from vprashar2929/ci-conf-md
ci: update configuration doc path in check-change job
2 parents 2545172 + bd117fb commit 45824ae

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)