Spaces:
Runtime error
Runtime error
AnujPanthri
commited on
Commit
·
9bb73fa
1
Parent(s):
835b394
now working
Browse files
.github/workflows/kaggle.yaml
CHANGED
@@ -40,7 +40,7 @@ jobs:
|
|
40 |
ls outputs/
|
41 |
|
42 |
- name: add ouputs to repo
|
43 |
-
run |
|
44 |
git add .
|
45 |
git commit --amend --no-edit
|
46 |
git push origin train --force
|
|
|
40 |
ls outputs/
|
41 |
|
42 |
- name: add ouputs to repo
|
43 |
+
run: |
|
44 |
git add .
|
45 |
git commit --amend --no-edit
|
46 |
git push origin train --force
|