diff --git a/.gitignore b/.gitignore
index ecaa72a39b3f6cd90fc6ace3b431666161cff5be..85a1daf9da030cca71bf54e2d2ddeab83d2fbca6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/site
\ No newline at end of file
+/public
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 9b89490df7b8cd8b218fcfb136252a4891e8949c..45790e992cd614eec0762ac29386ef1d46950228 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,6 @@
 site_name: Neuromorphic Platform
 site_url: "https://hammouda.elbez.gitlab.io"
+site_dir: public
 nav:
     - Home: index.md
 theme: readthedocs
\ No newline at end of file