File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3- "commit" : " 5b2799d8242f1c59beaa9502599ca88f9e006db4 " ,
3+ "commit" : " e19c98ad519b11c3e0c5b7440f4d5ee939972036 " ,
44 "checkout" : " main" ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ YAMLLINT_CONFIG ?= .yamllint.yml
4040YAMLLINT_IMAGE ?= docker.io/cytopia/yamllint:latest
4141YAMLLINT_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) $(YAMLLINT_IMAGE )
4242
43- VALE_CMD ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --volume "$${PWD}"/docs/modules:/pages docker .io/vshn/vale:2.1.1
43+ VALE_CMD ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) --volume "$${PWD}"/docs/modules:/pages ghcr .io/vshn/vale:2.15.5
4444VALE_ARGS ?= --minAlertLevel=error --config=/pages/ROOT/pages/.vale.ini /pages
4545
46- ANTORA_PREVIEW_CMD ?= $(DOCKER_CMD ) run --rm --publish 35729:35729 --publish 2020:2020 $(antora_git_volume ) --volume "${PWD}/docs":/preview/antora/docs docker .io/vshn/antora-preview:3.0.1.1 --style=syn --antora=docs
46+ ANTORA_PREVIEW_CMD ?= $(DOCKER_CMD ) run --rm --publish 35729:35729 --publish 2020:2020 $(antora_git_volume ) --volume "${PWD}/docs":/preview/antora/docs ghcr .io/vshn/antora-preview:3.1.2.3 --style=syn --antora=docs
4747
4848COMMODORE_CMD ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(git_volume ) $(root_volume ) docker.io/projectsyn/commodore:latest
4949COMPILE_CMD ?= $(COMMODORE_CMD ) component compile . $(commodore_args )
Original file line number Diff line number Diff line change 1+ # Vale config
You can’t perform that action at this time.
0 commit comments