aboutsummaryrefslogtreecommitdiff
path: root/doc/book/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book/src')
-rw-r--r--doc/book/src/connect/websites.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/book/src/connect/websites.md b/doc/book/src/connect/websites.md
index 13e4cd4a..6f66c8d0 100644
--- a/doc/book/src/connect/websites.md
+++ b/doc/book/src/connect/websites.md
@@ -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
```