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 2d48acb  failed to copy .asf.yaml - retry
2d48acb is described below

commit 2d48acbbdbd46719c7e2cf9a61261a0af54ee44a
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 19 20:40:09 2025 +0000

    failed to copy .asf.yaml - retry
---
 .asf.yaml | 2 ++
 deploy.sh | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..0735550
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,2 @@
+publish:
+  whoami: asf-site
diff --git a/deploy.sh b/deploy.sh
index c7b8686..ca1c875 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -23,6 +23,7 @@ else
   echo "Jekyll build failed"
   exit 1
 fi
+cp .asf.yaml ~/$tmp_dir/ # Hack
 
 # Switch to the SITE branch
 git checkout $SITE > /dev/null 2>&1
@@ -40,7 +41,7 @@ current_dir=${PWD}
 rm -r $current_dir/*
 git rm -r --cached * > /dev/null 2>&1
 cp -r ~/$tmp_dir/* $current_dir
-cp .asf.yaml $current_dir # Hack
+cp ~/$tmp_dir/.asf.yaml $current_dir # Hack
 
 # Commit the changes to the SITE branch
 message="Updated $SITE site from $SOURCE ($last_SHA)"

Reply via email to