Skip to content

Commit 0aba2a9

Browse files
committed
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.
1 parent 6cce089 commit 0aba2a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
remove-haskell: 'true' # Remove Haskell (~1 GB savings)
4747
remove-codeql: 'true' # Remove CodeQL (~500 MB savings)
4848
remove-docker-images: 'false' # Prune Docker if used (~1-2 GB savings)
49-
build-mount-path: '/home/runner'
5049
- name: "📥 Checkout repository"
5150
uses: actions/checkout@v5
5251
with:

0 commit comments

Comments
 (0)