Update cml.yml

This commit is contained in:
quandanrepo 2023-08-19 15:07:14 +01:00 committed by GitHub
parent 9705b511ed
commit ed04979b71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
echo "## Residuals plot from model" >> report.md
plot_location=$(find . -maxdepth 10 -name "residuals.png")
echo $plot_location
echo "![](${plot_location})" >> report.md
echo "![]($plot_location)" >> report.md
cml comment create report.md