i have no idea why this broke
This commit is contained in:
parent
1e64a589a9
commit
ebf79103e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
||||||
- name: List book languages
|
- name: List book languages
|
||||||
id: list-langs
|
id: list-langs
|
||||||
run: |
|
run: |
|
||||||
echo "matrix=$($HEXDOC --list-langs)" >> "$GITHUB_OUTPUT"
|
echo "matrix='$($HEXDOC --list-langs)'" >> "$GITHUB_OUTPUT"
|
||||||
if [[ $RUNNER_DEBUG ]]; then
|
if [[ $RUNNER_DEBUG ]]; then
|
||||||
tree -I '__pycache__|Common|Fabric|Forge|venv'
|
tree -I '__pycache__|Common|Fabric|Forge|venv'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue