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 b38bd71 commit be8a67fCopy full SHA for be8a67f
.github/workflows/publish_su2_validation.yml
@@ -252,7 +252,7 @@ jobs:
252
# Process images with their relative path
253
find "${dir}" -type f \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) | sort | while read -r img; do
254
# Calculate relative path
255
- rel_path="../${img#*/vandv_files/}"
+ rel_path="/${img#*/vandv_files/}"
256
echo "<img src=\"${rel_path}\" alt=\"${folder_name} - $(basename "${img}")\" style=\"width:80%; display: block; margin: 0 auto;\">" >> "${OUTPUT_FILE}"
257
echo "" >> "${OUTPUT_FILE}"
258
done
0 commit comments