debug log 2: electric boogaloo
This commit is contained in:
parent
0cc43c16cf
commit
924a476f75
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build_docs.yml
vendored
6
.github/workflows/build_docs.yml
vendored
|
@ -105,7 +105,11 @@ jobs:
|
|||
|
||||
- name: List book languages
|
||||
id: list-langs
|
||||
run: echo "matrix=$($HEXDOC --list-langs)" >> "$GITHUB_OUTPUT"
|
||||
run: |
|
||||
echo "matrix=$($HEXDOC --list-langs)" >> "$GITHUB_OUTPUT"
|
||||
if [[ $RUNNER_DEBUG ]]; then
|
||||
tree -I '__pycache__|Common|Fabric|Forge|venv'
|
||||
fi
|
||||
|
||||
- name: Export web book
|
||||
run: $HEXDOC --export-only
|
||||
|
|
Loading…
Reference in a new issue