diff --git a/main.py b/main.py index 5bae51c8ff280e80700241e7046244906f5550bd..63968e9fdb30fa9f2884696d0dcd42e41dd8f411 100644 --- a/main.py +++ b/main.py @@ -906,7 +906,7 @@ def main(): parser = argparse.ArgumentParser(description='Process competition results and generate Elo rankings website') parser.add_argument('--input', default='csv_files', help='Directory containing CSV result files') - parser.add_argument('--output', default='elo_website', help='Output directory for the website') + parser.add_argument('--output', default='public/elo_website', help='Output directory for the website') args = parser.parse_args() diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html