okay maybe that was dumb

This commit is contained in:
object-Object 2023-09-05 01:37:57 -04:00
parent ebf79103e0
commit fd977fafff
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ jobs:
- name: List book languages
id: list-langs
run: |
echo "matrix='$($HEXDOC --list-langs)'" >> "$GITHUB_OUTPUT"
echo "matrix=$($HEXDOC --list-langs)" >> "$GITHUB_OUTPUT"
if [[ $RUNNER_DEBUG ]]; then
tree -I '__pycache__|Common|Fabric|Forge|venv'
fi

View file

@ -151,7 +151,7 @@ def main(args: Args | None = None) -> None:
if version is None:
raise ValueError(f"Missing hexdoc_mod_version hookimpl for {props.modid}")
print(f"Building docs for {props.modid} {version}")
logger.info(f"Building docs for {props.modid} {version}")
# just list the languages and exit
if args.list_langs: