This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new ac46000fca Docs: Update ASF site to deploy from this repository (#9520)
ac46000fca is described below
commit ac46000fcabe6b4d8e46cd1b4027db567ec443d3
Author: Brian "bits" Olsen <[email protected]>
AuthorDate: Tue Jan 30 10:58:01 2024 -0800
Docs: Update ASF site to deploy from this repository (#9520)
---
.asf.yaml | 3 +++
site/dev/deploy.sh | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index addc93f4be..ba8be89ccd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -60,3 +60,6 @@ notifications:
issues: [email protected]
pullrequests: [email protected]
jira_options: link label link label
+
+publish:
+ whoami: asf-site
diff --git a/site/dev/deploy.sh b/site/dev/deploy.sh
index 64c7276e5c..15d0658fd3 100755
--- a/site/dev/deploy.sh
+++ b/site/dev/deploy.sh
@@ -20,5 +20,4 @@ set -e
./dev/setup_env.sh
-mkdocs gh-deploy --no-history # --remote-branch asf-site
-
+mkdocs gh-deploy --no-history --remote-branch asf-site