Update index.md

fix the code snippet in creation of the hugo.yaml file. The code block when copied as a whole and run creates a file in the root folder not .github/workflows/ .
This commit is contained in:
Muhammed Musaddique K 2025-02-26 01:11:00 +05:30 committed by Bjørn Erik Pedersen
parent d07e07d6c9
commit 59e057bb43

View File

@ -59,7 +59,7 @@ Step 5
```text ```text
mkdir -p .github/workflows mkdir -p .github/workflows
touch hugo.yaml touch .gihub/workflows/hugo.yaml
``` ```
Step 6 Step 6