Skip to content

Commit 76472e0

Browse files
authored
workflow: update elastic/workflows reference to elastic/dev-docs-workflows for docs-versioned-publish.yml (elastic#3080)
## Details ⚠️ This PR was created by an automated tool. Please review the changes carefully. ⚠️ This change updates workflow references from: ```yaml uses: elastic/workflows/.github/workflows/docs-versioned-publish.yml ``` to: ```yaml uses: elastic/dev-docs-workflows/.github/workflows/docs-versioned-publish.yml ``` This ensures workflows are using the correct repository reference for dev docs publishing. If there are any questions, please reach out to the @elastic/docs-engineering For more details, please see: elastic/docs-eng-team#179
1 parent 5ecb93b commit 76472e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/co-docs-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
publish:
2323
if: contains(github.event.pull_request.labels.*.name, 'ci:doc-build')
24-
uses: elastic/workflows/.github/workflows/docs-versioned-publish.yml@main
24+
uses: elastic/dev-docs-workflows/.github/workflows/docs-versioned-publish.yml@main
2525
with:
2626
# Refers to Vercel project
2727
project-name: elastic-dot-co-docs-preview-docs

0 commit comments

Comments
 (0)