From 09698579a7e7a91a0d294f8688c6f89442b257c2 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 8 Oct 2023 17:49:16 +0200 Subject: [PATCH] fix: docs deployment Signed-off-by: Philip Molares --- docs/content/tutorials/explore.md | 2 +- docs/netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"