We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b5a41 commit 14664c0Copy full SHA for 14664c0
ci/render.sh
@@ -33,18 +33,18 @@ main() {
33
fi
34
35
bigheader "$ex"
36
- # if [ -f ./src/examples/"$ex"/syntax/d2.d2 ]; then
37
- # runjob _d2 &
38
- # fi
+ if [ -f ./src/examples/"$ex"/syntax/d2.d2 ]; then
+ runjob _d2 &
+ fi
39
if [ -f ./src/examples/"$ex"/syntax/mermaid.mmd ]; then
40
runjob _mmdc &
41
42
- # if [ -f ./src/examples/"$ex"/syntax/graphviz.dot ]; then
43
- # [ "$ex" != 8_text ] && runjob _dot &
44
45
- # if [ -f ./src/examples/"$ex"/syntax/plantuml.puml ]; then
46
- # runjob _plantuml &
47
+ if [ -f ./src/examples/"$ex"/syntax/graphviz.dot ]; then
+ [ "$ex" != 8_text ] && runjob _dot &
+ if [ -f ./src/examples/"$ex"/syntax/plantuml.puml ]; then
+ runjob _plantuml &
48
waitjobs
49
done
50
}
0 commit comments