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
commit 96e81222d623d11b42c31dc23f568f2237b5c0af Author: Richard Zowalla <[email protected]> AuthorDate: Thu Apr 25 10:03:50 2024 +0200 Update README. Fixes #17 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7a0dc37..36476cd 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,8 @@ docker compose up build which will create a folder `_site`. This is the content, which needs to be copied after wards to the `asf-site` branch. If you wish to see a preview for your branch, you can use `asf-staging` to see a copy hosted under: https://stormcrawler.staged.apache.org/ + +### Build with GitHub actions + +The website is automatically build on a push to `main` and any changes are pushed to the `asf-site` branch. +A preview is available via https://stormcrawler.staged.apache.org/ if you go to the GitHub Actions tab and trigger a manual staging deploy action. \ No newline at end of file
