diff --git a/content/docs/self-hosted-runners.md b/content/docs/self-hosted-runners.md index 52f846d0..a2962414 100644 --- a/content/docs/self-hosted-runners.md +++ b/content/docs/self-hosted-runners.md @@ -78,7 +78,7 @@ jobs: # Create CML report cat metrics.txt >> report.md - cml publish plot.png --md >> report.md + cml publish confusion_matrix.png --md >> report.md cml send-comment report.md ```