chore: move MkDocs build output from site/ to .site/
Some checks failed
docs / deploy (push) Has been cancelled

This commit is contained in:
2026-08-17 14:28:09 +03:00
parent 8787342476
commit d387b49bd6
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@@ -68,5 +68,4 @@ Thumbs.db
# Project specific # Project specific
*.sqlite3 *.sqlite3
*.db *.db
site/ .site/

View File

@@ -1,6 +1,7 @@
site_name: MetaORM site_name: MetaORM
site_description: Async repository layer over SQLModel site_description: Async repository layer over SQLModel
site_url: https://olegyurchik.github.io/metaorm/ site_url: https://olegyurchik.github.io/metaorm/
site_dir: .site
repo_url: https://github.com/OlegYurchik/metaorm repo_url: https://github.com/OlegYurchik/metaorm
repo_name: OlegYurchik/metaorm repo_name: OlegYurchik/metaorm