mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
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:
committed by
Bjørn Erik Pedersen
parent
d07e07d6c9
commit
59e057bb43
@@ -59,7 +59,7 @@ Step 5
|
||||
|
||||
```text
|
||||
mkdir -p .github/workflows
|
||||
touch hugo.yaml
|
||||
touch .gihub/workflows/hugo.yaml
|
||||
```
|
||||
|
||||
Step 6
|
||||
|
||||
Reference in New Issue
Block a user