Skip to content

Commit

Permalink
Update cml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1costello authored Oct 22, 2024
1 parent c8b746d commit 72eec3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git fetch origin main
git checkout main
git pull origin main
git add "Streamlit/Training Report/results.txt"
git add "Streamlit/Training Report/report.md"
git add "Streamlit/Training Report/residuals.png"
git add "Streamlit/light_weight_expected_strokes.pkl"
git commit -m "Add model, results, and report"
git push
git push origin main
- name: Create CML Report
env:
Expand Down

0 comments on commit 72eec3c

Please sign in to comment.