This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 0aba2a9f8b Remove build-mount-path from publish-docs workflow
0aba2a9f8b is described below

commit 0aba2a9f8bab8bd886f5e7a1663dcddd24577f36
Author: James Fredley <[email protected]>
AuthorDate: Sat Jan 31 22:21:36 2026 -0500

    Remove build-mount-path from publish-docs workflow
    
    Remove the explicit build-mount-path setting from 
.github/workflows/publish-docs.yml. This simplifies the job configuration and 
relies on the runner's default workspace/mount path instead of overriding it.
---
 .github/workflows/publish-docs.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/publish-docs.yml 
b/.github/workflows/publish-docs.yml
index a8db3f82b3..4c5bb752c4 100644
--- a/.github/workflows/publish-docs.yml
+++ b/.github/workflows/publish-docs.yml
@@ -46,7 +46,6 @@ jobs:
           remove-haskell: 'true' # Remove Haskell (~1 GB savings)
           remove-codeql: 'true'  # Remove CodeQL (~500 MB savings)
           remove-docker-images: 'false'  # Prune Docker if used (~1-2 GB 
savings)
-          build-mount-path: '/home/runner'
       - name: "📥 Checkout repository"
         uses: actions/checkout@v5
         with:

Reply via email to