Skip to content

Commit e171cb7

Browse files
authored
fix inclussion path for bootstrap action (#1108)
1 parent 04875ac commit e171cb7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,6 @@ jobs:
7474
ref: ${{ github.event.pull_request.head.sha || github.ref }}
7575
persist-credentials: false
7676

77-
- name: Free Disk Space
78-
if: contains(fromJSON('["elastic/security-docs"]'), github.repository)
79-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
80-
with:
81-
tool-cache: false
82-
8377
- name: Create Deployment
8478
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) || (steps.check-files.outputs.any_modified == 'true' && startsWith(github.event_name, 'pull_request'))
8579
uses: actions/github-script@v7
@@ -138,7 +132,7 @@ jobs:
138132
139133
- name: Bootstrap Action Workspace
140134
if: github.repository == 'elastic/docs-builder' && steps.deployment.outputs.result
141-
uses: elastic/docs-builder/actions/bootstrap@main
135+
uses: elastic/docs-builder/.github/actions/bootstrap@main
142136

143137
# we run our artifact directly please use the prebuild
144138
# elastic/docs-builder@main GitHub Action for all other repositories!

0 commit comments

Comments
 (0)