Skip to content

Commit

Permalink
added newlines to CML markdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
MaiBe-ctrl committed Jul 30, 2024
1 parent 539f556 commit b664207
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ jobs:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "<details><summary>Model training plots</summary>" >> report.md
echo "## Model Training" >> report.md
echo "### PeytonManning" >> report.md
echo "\n## Model Training\n" >> report.md
echo "### PeytonManning\n" >> report.md
cml asset publish tests/metrics/PeytonManning.svg --md >> report.md
echo "### YosemiteTemps" >> report.md
echo "\n### YosemiteTemps\n" >> report.md
cml asset publish tests/metrics/YosemiteTemps.svg --md >> report.md
echo "### AirPassengers" >> report.md
echo "\n### AirPassengers\n" >> report.md
cml asset publish tests/metrics/AirPassengers.svg --md >> report.md
echo "### EnergyPriceDaily" >> report.md
echo "\n### EnergyPriceDaily\n" >> report.md
cml asset publish tests/metrics/EnergyPriceDaily.svg --md >> report.md
echo "</details>" >> report.md
echo "\n</details>" >> report.md
cml comment update --target=pr report.md # Post reports as comments in GitHub PRs
cml check create --title=ModelReport report.md # update status of check in PR
Expand Down

0 comments on commit b664207

Please sign in to comment.