File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ python docs/render_submissions.py --analyze_submissions --render_webpages --spli
5
5
```
6
6
7
7
```
8
- cd ..
9
- mkdocs gh-deploy --config-file mkdocs.yml --site-dir ../commit-0.github.io/ --remote-branch master
10
- ```
8
+ cd ../commit-0.github.io
9
+ mkdocs gh-deploy --config-file ../commit0/mkdocs.yml --remote-branch master
10
+ ```
Original file line number Diff line number Diff line change @@ -493,6 +493,7 @@ def main(args):
493
493
)
494
494
if os .path .exists (submission_repos_path ):
495
495
shutil .rmtree (submission_repos_path )
496
+ print (f"Removed existing at { submission_repos_path } " )
496
497
os .makedirs (os .path .join (analysis_files_path , org_name ), exist_ok = True )
497
498
commit0_dot_file_path = os .path .join (
498
499
analysis_files_path ,
@@ -530,7 +531,7 @@ def main(args):
530
531
)
531
532
# run pytests
532
533
os .system (
533
- f"commit0 evaluate --branch { branch_name } --timeout 200 "
534
+ f"commit0 evaluate --branch { branch_name } --timeout 1800 "
534
535
f"--commit0-config-file { commit0_dot_file_path } "
535
536
)
536
537
for example in dataset :
You can’t perform that action at this time.
0 commit comments