This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f48938a  Hack to copy .asf.yaml
f48938a is described below

commit f48938af88b3b696f088795c6a95d70c2c7621a4
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 19 17:47:49 2025 +0000

    Hack to copy .asf.yaml
---
 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

Reply via email to