Skip to content

build(deps): bump elastic/docs-builder from 99b12f8bf7a82107ffcf59dacd199d00a965e9db to 6e63c07b451fbd28bbd3e777a31fedf756a09b7c in the github-actions group #2242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
docs-preview:
uses: elastic/docs-builder/.github/workflows/preview-build.yml@99b12f8bf7a82107ffcf59dacd199d00a965e9db # main
uses: elastic/docs-builder/.github/workflows/preview-build.yml@6e63c07b451fbd28bbd3e777a31fedf756a09b7c # main
with:
path-pattern: docs/**
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
docs-preview:
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@99b12f8bf7a82107ffcf59dacd199d00a965e9db # main
uses: elastic/docs-builder/.github/workflows/preview-cleanup.yml@6e63c07b451fbd28bbd3e777a31fedf756a09b7c # main
permissions:
contents: none
id-token: write
Expand Down
Loading