This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/causeway-site.git
commit e3d7c84796738607e9a1cc099ab2f02dbfea960c Author: Dan Haywood <[email protected]> AuthorDate: Tue Jun 4 10:34:57 2024 +0100 adds rebuild-algolia.sh --- rebuild-algolia.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebuild-algolia.sh b/rebuild-algolia.sh new file mode 100755 index 000000000..8c9e43a9a --- /dev/null +++ b/rebuild-algolia.sh @@ -0,0 +1,3 @@ +pushd content +docker run -it --env-file=../algolia.env -e "CONFIG=$(cat ../algolia-config.json | jq -r tostring)" algolia/docsearch-scraper:v1.16.0 +popd
