From 3b5f6651a8b7a708d692687ee923de02ff0d0bc1 Mon Sep 17 00:00:00 2001 From: Declan Costello <79241861+dec1costello@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:53:20 -0600 Subject: [PATCH] Update cml.yaml --- .github/workflows/cml.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cml.yaml b/.github/workflows/cml.yaml index 0576f21..0f3c27b 100644 --- a/.github/workflows/cml.yaml +++ b/.github/workflows/cml.yaml @@ -24,8 +24,8 @@ jobs: - name: Create report.md run: | cat "Streamlit/Training Report/results.txt" > "Streamlit/Training Report/report.md" - echo "![](Training Report/feature_importance.png)" >> "Streamlit/Training Report/report.md" - echo "![](Training Report/residuals.png)" >> "Streamlit/Training Report/report.md" + echo "![](feature_importance.png)" >> "Streamlit/Training Report/report.md" + echo "![](residuals.png)" >> "Streamlit/Training Report/report.md" - name: Commit results and report run: |