Im running container version
docker pull ghcr.io/rendercv/rendercv:sha256-699aaee00c9e6754e75bdfbbc37439d6e94ec32d67f0e4065b276ab8b66929f7
Im using options:
But it completely ignores LOCALE and DESIGN parameter; I have copied the content from the current docs:
settings:
current_date: today
render_command:
design: design.yaml
locale: locale.yaml
The only way to let them being loaded is using other cli options:
--settings settings.yaml --design design.yaml --locale-catalog locale.yaml
(and comment the 2 related lines in the settings just to be sure).
Im running container version
Im using options:
But it completely ignores LOCALE and DESIGN parameter; I have copied the content from the current docs:
The only way to let them being loaded is using other cli options:
(and comment the 2 related lines in the settings just to be sure).