Skip to content

Commit 72d9508

Browse files
Docs workflow debugging
1 parent 932e2c2 commit 72d9508

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
run: ${GITHUB_WORKSPACE}/.github/scripts/install_base_python_packages.sh
2525
- name: Build docs
2626
run: ${GITHUB_WORKSPACE}/.github/scripts/build_docs.sh
27+
- name: Dump stuff on failure
28+
if: failure()
29+
run: |
30+
set -euxo pipefail
31+
ls -l ${HOME}/venv/bin
32+
${HOME}/venv/bin/python -m pip freeze

0 commit comments

Comments
 (0)