This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch test-publishing-docs-grails-website in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 42e651aca6bae690f3e6b3b6bcaf1f4dda94fcb8 Author: James Fredley <[email protected]> AuthorDate: Wed Oct 8 14:27:51 2025 -0400 Test publishing docs to /docs on apache/grails-website --- .github/workflows/gradle.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e25712a300..34be61a136 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -440,4 +440,6 @@ jobs: GH_TOKEN: ${{ secrets.GRAILS_GHTOKEN }} GRADLE_PUBLISH_RELEASE: 'false' SOURCE_FOLDER: grails-doc/build/docs - TARGET_REPOSITORY: 'apache/grails-doc' + TARGET_REPOSITORY: 'apache/grails-website' + TARGET_FOLDER: 'docs' + DOCUMENTATION_BRANCH: 'asf-site-production'
