Skip to content

Commit c4b0035

Browse files
committed
a lot of tries
1 parent 21918ab commit c4b0035

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/automatic_image_genration.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "🔄 Starting optimized package installation..."
9494
9595
# Disable man-db auto-update to save 3-5 minutes!
96-
sudo rm -f /var/lib/man-db/auto-update
96+
sudo rm /var/lib/man-db/auto-update
9797
echo "🚫 Disabled man-db auto-update"
9898
9999
# Update package list
@@ -121,7 +121,7 @@ jobs:
121121
echo "✅ PlantUML downloaded successfully"
122122
123123
echo "🧪 Testing PlantUML installation..."
124-
java -jar /tmp/plantuml.jar -version
124+
echo "PlantUML Version: (java -jar /tmp/plantuml.jar -version)"
125125
126126
- name: 🎨 Generate PlantUML images (debug mode)
127127
continue-on-error: true
@@ -210,7 +210,6 @@ jobs:
210210
echo "✅ Generated PNG: ${prefix_base}.png"
211211
else
212212
echo "❌ Expected PNG not found: $output_abs/${prefix_base}.png"
213-
cat /tmp/plantuml-svg.log | sed 's/^/ | /'
214213
fi
215214
216215
# Generate SVG with full debugging
@@ -227,7 +226,6 @@ jobs:
227226
echo "📊 SVG generation exit code: $svg_exit_code"
228227
if [ -n "$svg_exit_code" ] && [ "$svg_exit_code" -ne 0 ]; then
229228
echo "❌ SVG generation failed! Log output:"
230-
cat /tmp/plantuml-svg.log | sed 's/^/ | /'
231229
else
232230
echo "✅ SVG generation command completed"
233231
fi
@@ -245,7 +243,6 @@ jobs:
245243
echo "✅ Generated SVG: ${prefix_base}.svg"
246244
else
247245
echo "❌ Expected SVG not found: $output_abs/${prefix_base}.svg"
248-
cat /tmp/plantuml-svg.log | sed 's/^/ | /'
249246
fi
250247
251248
echo "📁 Final output directory state:"

0 commit comments

Comments
 (0)