File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed
validate-path-prefixes-local Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ outputs:
2727
2828runs :
2929 using : ' docker'
30- image : " docker://ghcr.io/elastic/docs-assembler:edge"
31- env :
32- INPUT_COMMAND : " content-source match"
30+ image : " docker://ghcr.io/elastic/docs-builder:edge"
31+ args :
32+ - " assembler"
33+ - " content-source"
34+ - " match"
Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name: 'Validate Inbound Links'
22description : ' Validates all published cross links from all known repositories against local links.json'
33
44runs :
5- using : " composite"
6- steps :
7- - name : Validate Inbound Links
8- uses : elastic/docs-builder/actions/assembler@main
9- with :
10- command : " inbound-links validate-link-reference"
5+ using : ' docker'
6+ image : " docker://ghcr.io/elastic/docs-builder:edge"
7+ args :
8+ - " inbound-links"
9+ - " validate-link-reference"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: 'Validate Global Path Prefixes'
22description : ' Validates local path prefixes in local links.json against claimed prefixes in assemblers navigation.yml '
33
44runs :
5- using : " composite "
6- steps :
7- - name : Validate Inbound Links
8- uses : elastic/docs-builder/actions/ assembler@main
9- with :
10- command : " navigation validate-link-reference"
5+ using : ' docker '
6+ image : " docker://ghcr.io/elastic/docs-builder:edge "
7+ args :
8+ - " assembler"
9+ - " navigation "
10+ - " validate-link-reference"
You can’t perform that action at this time.
0 commit comments