mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Move schema.md up one directory
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user