From 5c50a75e8dcbeb96c9485e84c0d67c3a6f407815 Mon Sep 17 00:00:00 2001 From: meltingscales Date: Thu, 27 Feb 2025 12:14:52 -0600 Subject: [PATCH] content: Fix typo --- content/en/hosting-and-deployment/hosting-on-github/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-github/index.md b/content/en/hosting-and-deployment/hosting-on-github/index.md index 6224a9cee..696108149 100644 --- a/content/en/hosting-and-deployment/hosting-on-github/index.md +++ b/content/en/hosting-and-deployment/hosting-on-github/index.md @@ -59,7 +59,7 @@ Step 5 ```text mkdir -p .github/workflows -touch .gihub/workflows/hugo.yaml +touch .github/workflows/hugo.yaml ``` Step 6