Skip to content

Commit be8a67f

Browse files
committed
fix typo
1 parent b38bd71 commit be8a67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_su2_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
# Process images with their relative path
253253
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
254254
# Calculate relative path
255-
rel_path="../${img#*/vandv_files/}"
255+
rel_path="/${img#*/vandv_files/}"
256256
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
257257
echo "" >> "${OUTPUT_FILE}"
258258
done

0 commit comments

Comments
 (0)