Skip to content

Commit 9553c7f

Browse files
committed
Revert action.yml
1 parent beb3d6f commit 9553c7f

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

action.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,5 @@ inputs:
1111
required: false
1212

1313
runs:
14-
- id: repo-basename
15-
run: 'echo "value=`basename ${{ github.repository }}`" >> $GITHUB_OUTPUT'
16-
- uses: actions/checkout@v4
17-
- name: Setup Pages
18-
id: pages
19-
uses: actions/[email protected]
20-
- name: Build documentation
21-
uses: elastic/docs-builder@main
22-
with:
23-
prefix: '${{ steps.repo-basename.outputs.value }}'
24-
- name: Upload artifact
25-
uses: actions/[email protected]
26-
with:
27-
path: .artifacts/docs/html
28-
29-
- name: Deploy artifact
30-
id: deployment
31-
uses: actions/[email protected]
14+
using: 'docker'
15+
image: "docker://ghcr.io/elastic/docs-builder:edge"

0 commit comments

Comments
 (0)