This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
The following commit(s) were added to refs/heads/main by this push:
new c97bd36 Updates README
c97bd36 is described below
commit c97bd3662e55e10f0245c6ac35a88694aeb8547f
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Apr 15 21:35:01 2024 +0200
Updates README
---
readme.md | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/readme.md b/readme.md
index 1926d0d..e0f3a7b 100644
--- a/readme.md
+++ b/readme.md
@@ -14,7 +14,13 @@ docker compose up local
```
-
## Deployment
-This website uses the typical ASF layout. The actual website is found on
`asf-site`. Any changes need to be pushed to this branch.
\ No newline at end of file
+This website uses the typical ASF layout. The actual website is found on
`asf-site`. Any changes need to be pushed to this branch.
+You can run
+
+```bash
+docker compose up build
+```
+
+which will create a folder `_site`. This is the content, which needs to be
copied ofter to the `asf-site` branch.
\ No newline at end of file