Improve the integrations section of the doc #153

Merged
quentin merged 6 commits from doc/new-pages into main 2021-11-10 18:09:57 +00:00
Showing only changes of commit ad8d5139cf - Show all commits

View file

@ -26,9 +26,10 @@ export AWS_ACCESS_KEY_ID=GKxxx
export AWS_SECRET_ACCESS_KEY=xxx export AWS_SECRET_ACCESS_KEY=xxx
``` ```
And finally deploy your website: And finally build and deploy your website:
```bsh ```bsh
hugo
hugo deploy hugo deploy
``` ```