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 1
1
{
2
2
"template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3
- "commit" : " 5b2799d8242f1c59beaa9502599ca88f9e006db4 " ,
3
+ "commit" : " 956a1b342ed680b02b1fb1b646dc5d4c640e2028 " ,
4
4
"checkout" : " main" ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ YAMLLINT_CONFIG ?= .yamllint.yml
40
40
YAMLLINT_IMAGE ?= docker.io/cytopia/yamllint:latest
41
41
YAMLLINT_DOCKER ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(root_volume ) $(YAMLLINT_IMAGE )
42
42
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
44
44
VALE_ARGS ?= --minAlertLevel=error --config=/pages/ROOT/pages/.vale.ini /pages
45
45
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
47
47
48
48
COMMODORE_CMD ?= $(DOCKER_CMD ) $(DOCKER_ARGS ) $(git_volume ) $(root_volume ) docker.io/projectsyn/commodore:latest
49
49
COMPILE_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