Skip to content

Commit c0079a2

Browse files
committed
fix commit step to include correct path
1 parent ff3a16f commit c0079a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-models.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,4 @@ jobs:
6767
- name: commit-to-master
6868
uses: EndBug/add-and-commit@v9
6969
with:
70-
add: |
71-
example_model.html
72-
hello_numerai.html
73-
feature_neutralization.html
74-
target_ensemble.html
70+
add: "cached-pickles/*"

0 commit comments

Comments
 (0)