Skip to content

Commit b38bd71

Browse files
committed
fix typo
1 parent d6264f5 commit b38bd71

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
@@ -182,7 +182,7 @@ jobs:
182182
# Process images with their relative path
183183
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
184184
# Calculate relative path
185-
rel_path="../${img#*/vandv_files/}"
185+
rel_path="/${img#*/vandv_files/}"
186186
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
187187
echo "" >> "${OUTPUT_FILE}"
188188
done

0 commit comments

Comments
 (0)