mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +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 += '\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)
|
print('Writing index file to:', output_file)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user