From 706e23cbc0e4737d2dc4336becf07f5177f1ed27 Mon Sep 17 00:00:00 2001 From: Shihyu Date: Sat, 16 Nov 2024 23:29:23 +0800 Subject: [PATCH] Fix typo in deployment documentation (#2123) --- userguide/content/en/docs/deployment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/content/en/docs/deployment/_index.md b/userguide/content/en/docs/deployment/_index.md index 8ed58b227..0a3612600 100644 --- a/userguide/content/en/docs/deployment/_index.md +++ b/userguide/content/en/docs/deployment/_index.md @@ -180,7 +180,7 @@ Make sure to correctly set your site's `baseURL`, either via hugo's `--baseURL ' 1. Under **Build and deployment**, select **Deploy from a branch** in the **source** dropdown. - 2. From the **branch** dropdown, select **gh-page** as branch where the site is built from. + 2. From the **branch** dropdown, select **gh-pages** as branch where the site is built from. 3. From the **folder** dropdown, select **/(root)** as root directory.