Update cml.yml

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

View file

@ -27,7 +27,8 @@ 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 publish $plot_location --md >> report.md
cml comment create report.md