We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0510a8 commit 0c9b316Copy full SHA for 0c9b316
.github/workflows/publish_su2_validation.yml
@@ -182,7 +182,7 @@ jobs:
182
# Process images with their relative path
183
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
184
# Calculate relative path
185
- rel_path="../${img#*/vandv_files/}"
+ rel_path="/${img#*/vandv_files/}"
186
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
187
echo "" >> "${OUTPUT_FILE}"
188
done
0 commit comments