This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/griffin-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7850020 Updated asf-site site from master
(f48938af88b3b696f088795c6a95d70c2c7621a4)
7850020 is described below
commit 785002053015dbb93c7973831b058d917f0f136f
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 19 17:48:00 2025 +0000
Updated asf-site site from master (f48938af88b3b696f088795c6a95d70c2c7621a4)
---
deploy.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/deploy.sh b/deploy.sh
index b73ebac..c0a83b8 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -19,6 +19,7 @@ tmp_dir="temp_$last_SHA"
jekyll build -d ~/$tmp_dir > /dev/null 2>&1
if [ $? = 0 ]; then
echo "Jekyll build successful"
+ cp .asf.yaml ~/$tmp_dir # Hack
else
echo "Jekyll build failed"
exit 1