This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch fix/site-profile in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 2ffbc2076d85a8d6abaaae65fc61de5f1f359564 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Mon Jun 16 22:12:42 2025 +0200 Remove `publish.profile` from production site There is no `publish.profile` property in the `.asf.yaml` schema. Fixes #3598 --- .github/workflows/deploy-site.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 9734ee4b3d..e65aab28ca 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -61,7 +61,6 @@ jobs: with: asf-yaml-content: | publish: - profile: ~ whoami: ${{ github.ref_name }}-out subdir: content/log4j/2.x install-required: true
