Some debug info.
This commit is contained in:
parent
23dbef5140
commit
dfbbcb52c7
1 changed files with 4 additions and 0 deletions
4
.github/actions/build-docs/action.yml
vendored
4
.github/actions/build-docs/action.yml
vendored
|
@ -21,4 +21,8 @@ runs:
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
|
ls .qlot
|
||||||
|
ls .qlot/bin
|
||||||
|
echo $PATH
|
||||||
docs-builder ${{ inputs.asdf-system }}
|
docs-builder ${{ inputs.asdf-system }}
|
||||||
|
|
Loading…
Reference in a new issue