Skip to content

Commit e600e17

Browse files
committed
updated README
1 parent 8eb61b6 commit e600e17

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ python docs/render_submissions.py --analyze_submissions --render_webpages --spli
55
```
66

77
```
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+
```

docs/render_submissions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def main(args):
493493
)
494494
if os.path.exists(submission_repos_path):
495495
shutil.rmtree(submission_repos_path)
496+
print(f"Removed existing at {submission_repos_path}")
496497
os.makedirs(os.path.join(analysis_files_path, org_name), exist_ok=True)
497498
commit0_dot_file_path = os.path.join(
498499
analysis_files_path,
@@ -530,7 +531,7 @@ def main(args):
530531
)
531532
# run pytests
532533
os.system(
533-
f"commit0 evaluate --branch {branch_name} --timeout 200"
534+
f"commit0 evaluate --branch {branch_name} --timeout 1800"
534535
f"--commit0-config-file {commit0_dot_file_path}"
535536
)
536537
for example in dataset:

0 commit comments

Comments
 (0)