This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.25.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit fd03a841a4b15f3fe584baa20390961561e2b752 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Jun 20 11:15:10 2025 +0200 Remove `publish.profile` from production site (#3749) 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
