forked from Deuxfleurs/garage
hugo deploy does not build website, fix doc
This commit is contained in:
parent
08b1e8a7ea
commit
ad8d5139cf
1 changed files with 2 additions and 1 deletions
|
@ -26,9 +26,10 @@ export AWS_ACCESS_KEY_ID=GKxxx
|
|||
export AWS_SECRET_ACCESS_KEY=xxx
|
||||
```
|
||||
|
||||
And finally deploy your website:
|
||||
And finally build and deploy your website:
|
||||
|
||||
```bsh
|
||||
hugo
|
||||
hugo deploy
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue