This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 378b1754 RAT-530: Deploy site to rat100 again
378b1754 is described below
commit 378b17543c1b57fe645c603924a1855054745931
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Mar 22 11:27:55 2026 +0100
RAT-530: Deploy site to rat100 again
---
.buildtools/generateStagingSiteInWebpageRepo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.buildtools/generateStagingSiteInWebpageRepo
b/.buildtools/generateStagingSiteInWebpageRepo
index d58d2d9d..cab0d515 100755
--- a/.buildtools/generateStagingSiteInWebpageRepo
+++ b/.buildtools/generateStagingSiteInWebpageRepo
@@ -19,7 +19,7 @@
./mvnw -B package site site:stage
# DEVHINT: with trailing slash please!
-targetDirectory=../creadur-site/rat018/
+targetDirectory=../creadur-site/rat100/
echo "Copying site resources into asf-site repo under $targetDirectory"
cp -rvf target/staging/* $targetDirectory > /dev/null