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 ddf8bce Updated asf-site site from master
(b649a0ef60387699a88df262e6a4d9cd3006582d)
ddf8bce is described below
commit ddf8bce4a04ece66b76f935a790a7723eb1e09d2
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 19 20:40:20 2025 +0000
Updated asf-site site from master (b649a0ef60387699a88df262e6a4d9cd3006582d)
---
deploy.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/deploy.sh b/deploy.sh
index ca1c875..c7b8686 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -23,7 +23,6 @@ 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
@@ -41,7 +40,7 @@ current_dir=${PWD}
rm -r $current_dir/*
git rm -r --cached * > /dev/null 2>&1
cp -r ~/$tmp_dir/* $current_dir
-cp ~/$tmp_dir/.asf.yaml $current_dir # Hack
+cp .asf.yaml $current_dir # Hack
# Commit the changes to the SITE branch
message="Updated $SITE site from $SOURCE ($last_SHA)"