Skip to content

Commit 37f9fb5

Browse files
authored
Update test_build.yml
1 parent 5f888b8 commit 37f9fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
outfile="${dest}/$(basename "${fil%.md}.html")"
3737
echo $outfile
3838
pandoc --standalone ${fil} --css tutorial.css -o ${outfile}
39-
sed -i "" "s/<figure>/<BR clear=all><figure>/g" ${outfile}
39+
#sed -i "" "s/<figure>/<BR clear=all><figure>/g" ${outfile}
4040
done
4141
ls -R ${dest}
4242
done

0 commit comments

Comments
 (0)