Everything in doc is published

This commit is contained in:
luk3yx 2025-02-27 18:27:41 +13:00
parent d14f7fe796
commit 33cfc4e0ff
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
.* export-ignore
doc export-ignore
*.py export-ignore
mkdocs.yml export-ignore

View File

@ -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():