forked from your-land-mirror/minetest-flow
Everything in doc is published
This commit is contained in:
parent
d14f7fe796
commit
33cfc4e0ff
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
.* export-ignore
|
||||
doc export-ignore
|
||||
*.py export-ignore
|
||||
mkdocs.yml export-ignore
|
||||
|
@ -169,7 +169,7 @@ if __name__ == '__main__':
|
||||
elements = fetch_elements()
|
||||
print('Done.')
|
||||
|
||||
with open('elements.md', 'w') as f:
|
||||
with open('doc/elements.md', 'w') as f:
|
||||
f.write('# Auto-generated elements list\n\n')
|
||||
f.write('This is probably broken.')
|
||||
for element_name, variants in elements.items():
|
Loading…
Reference in New Issue
Block a user