This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch ci/publish-docs-workflow in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit d32151c09a18e78dada2865935692941bcab14dc Author: James Fredley <[email protected]> AuthorDate: Sat Jan 31 22:00:43 2026 -0500 Update publish-docs.yml --- .github/workflows/publish-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index cda0da4057..a855435010 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -44,6 +44,7 @@ jobs: remove-haskell: 'true' # Remove Haskell (~1 GB savings) remove-codeql: 'true' # Remove CodeQL (~500 MB savings) remove-docker-images: 'true' # Prune Docker (~1-2 GB savings) + build-mount-path: '/home/runner' - name: "📥 Checkout repository" uses: actions/checkout@v5 with:
