diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-08 18:10:10 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-11-10 10:02:22 +0100 |
commit | ad8d5139cfdc923d0b836202dbf0ca4155b27acb (patch) | |
tree | f8d43ec85e3f4b1648bfc93827b2304b1704672b /doc/book/src/connect/websites.md | |
parent | 08b1e8a7ea30b3004065f9a646f8f795458bda44 (diff) | |
download | garage-ad8d5139cfdc923d0b836202dbf0ca4155b27acb.tar.gz garage-ad8d5139cfdc923d0b836202dbf0ca4155b27acb.zip |
hugo deploy does not build website, fix doc
Diffstat (limited to 'doc/book/src/connect/websites.md')
-rw-r--r-- | doc/book/src/connect/websites.md | 3 |
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 ``` |