mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Move schema.md up one directory
This commit is contained in:
parent
407f94dd2f
commit
5ab798d53d
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user