From 805b903feb28d990105ea119bcf1e1f06175f6fb Mon Sep 17 00:00:00 2001
From: Santos Gallegos <stsewd@proton.me>
Date: Thu, 16 Jan 2025 10:25:30 -0500
Subject: [PATCH] Docs: fix markdoc example (#11932)

---
 docs/user/intro/markdoc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/intro/markdoc.rst b/docs/user/intro/markdoc.rst
index a3da014112f..58b6ee0e08e 100644
--- a/docs/user/intro/markdoc.rst
+++ b/docs/user/intro/markdoc.rst
@@ -21,7 +21,7 @@ Minimal configuration is required to build an existing Markdoc project on Read t
         install:
           # Install dependencies
           - cd docs/ && npm install
-        build
+        build:
           # Build the site
           - cd docs/ && npm run build
           # Copy generated files into Read the Docs directory