diff --git a/.asf.yaml b/.asf.yaml index addc93f4be00..ba8be89ccdcf 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -60,3 +60,6 @@ notifications: issues: issues@iceberg.apache.org pullrequests: issues@iceberg.apache.org jira_options: link label link label + +publish: + whoami: asf-site diff --git a/site/dev/deploy.sh b/site/dev/deploy.sh index 64c7276e5c0b..15d0658fd307 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