File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ inputs:
1515 metadata-only :
1616 description : ' Only generate documentation metadata files'
1717 required : false
18+ command :
19+ description : ' The builder command to run'
20+ required : false
1821outputs :
1922 landing-page-path :
2023 description : ' Path to the landing page of the documentation'
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ name: 'Validate Redirect Rules'
22description : ' Validates consistency of the documentation changes in relation to redirect rules'
33
44runs :
5- using : ' docker'
6- image : " docker://ghcr.io/elastic/docs-builder:edge"
7- args :
8- - " diff"
9- - " validate"
5+ using : " composite"
6+ steps :
7+ - name : Validate Redirect Rules
8+ uses : elastic/docs-builder@main
9+ with :
10+ command : " diff validate"
You can’t perform that action at this time.
0 commit comments