Move schema.md up one directory

This commit is contained in:
Oliver Walters 2024-02-12 14:16:18 +11:00
parent 407f94dd2f
commit 5ab798d53d
2 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def generate_index_file(version: str):
output += '\n'
output_file = os.path.join(os.path.dirname(__file__), OUTPUT_DIR, 'schema.md')
output_file = os.path.join(os.path.dirname(__file__), OUTPUT_DIR, '..', 'schema.md')
print('Writing index file to:', output_file)