Skip to content

Commit fc87ef3

Browse files
authored
Fix link check failure (#481)
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
1 parent 7e7b8ab commit fc87ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-path-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
real_path=$(realpath $check_path)
108108
if [[ "$png_line" == *#* ]]; then
109109
if [ -n "changed_files" ] && echo "$changed_files" | grep -q "^${refer_path}$"; then
110-
url_dev=$branch$(echo "$real_path" | sed 's|.*/GenAIComps||')$png_path
110+
url_dev=$branch$(echo "$real_path" | sed 's|.*/GenAIInfra||')$png_path
111111
response=$(curl -I -L -s -o /dev/null -w "%{http_code}" "$url_dev")
112112
if [ "$response" -ne 200 ]; then
113113
echo "**********Validation failed, try again**********"

0 commit comments

Comments
 (0)