Skip to content

Commit

Permalink
fix commit step to include correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
ndharasz committed Oct 16, 2024
1 parent ff3a16f commit c0079a2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,4 @@ jobs:
- name: commit-to-master
uses: EndBug/add-and-commit@v9
with:
add: |
example_model.html
hello_numerai.html
feature_neutralization.html
target_ensemble.html
add: "cached-pickles/*"

0 comments on commit c0079a2

Please sign in to comment.