diff --git a/docs/content/tutorials/explore.md b/docs/content/tutorials/explore.md index d00efa3d6..6f1d099e6 100644 --- a/docs/content/tutorials/explore.md +++ b/docs/content/tutorials/explore.md @@ -1,4 +1,4 @@ -# Use the explore Page +# Use the explore page TODO: This pages is still missing some content. See this issue for more information and if you want to contribute: diff --git a/docs/netlify.toml b/docs/netlify.toml index ce739b588..5a59aa9f3 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,3 +1,3 @@ [build] -publish = "docs/site" +publish = "site" command = "echo Pseudo build command because the build is made by the CI"