From f6c84edf55a996a34de98d7514e144a85212bf35 Mon Sep 17 00:00:00 2001 From: Miguel Alexandre Date: Tue, 26 Sep 2023 14:23:47 +0200 Subject: [PATCH] Update configuring-ci-cd.md Signed-off-by: Miguel Alexandre --- docs/features/techdocs/configuring-ci-cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/configuring-ci-cd.md b/docs/features/techdocs/configuring-ci-cd.md index 692128bf7b..20a73798a4 100644 --- a/docs/features/techdocs/configuring-ci-cd.md +++ b/docs/features/techdocs/configuring-ci-cd.md @@ -29,7 +29,7 @@ cd repo # Install @techdocs/cli, mkdocs and mkdocs plugins npm install -g @techdocs/cli -pip install mkdocs-techdocs-core==1.* +pip install "mkdocs-techdocs-core==1.*" # Generate techdocs-cli generate --no-docker