okay maybe that was dumb
This commit is contained in:
parent
ebf79103e0
commit
fd977fafff
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue