File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ out_dir := ./_public
44docker_cmd ?= docker
55docker_opts ?= --rm --tty --user "$$(id -u ) "
66
7- vale_cmd ?= $(docker_cmd ) run $(docker_opts ) --volume "$${PWD}"/docs/modules/ROOT/pages:/pages --workdir /pages docker .io/vshn/vale:2.10.5.1 --minAlertLevel=error /pages
8- preview_cmd ?= $(docker_cmd ) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora docker .io/vshn/antora-preview:3.1.1.1 --antora=docs --style=syn
7+ vale_cmd ?= $(docker_cmd ) run $(docker_opts ) --volume "$${PWD}"/docs/modules/ROOT/pages:/pages --workdir /pages ghcr .io/vshn/vale:2.15.5 --minAlertLevel=error /pages
8+ preview_cmd ?= $(docker_cmd ) run --rm --publish 35729:35729 --publish 2020:2020 --volume "${PWD}":/preview/antora ghcr .io/vshn/antora-preview:3.1.2.3 --antora=docs --style=syn
99
1010.PHONY : all
1111all : html
You can’t perform that action at this time.
0 commit comments