Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
9bow committed Aug 6, 2023
1 parent 00ad7b3 commit d76ffe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:
- name: Make Sphinx documentation for PyTorchLightning
run: |
git config --global --add safe.directory '*' # to allow sphinx to write to any directory
# git config --global --add safe.directory '*' # to allow sphinx to write to any directory
ls -alF docs/
make docs
continue-on-error: true

- name: Debug message
run: |
cat /tmp/sphinx-err-*
ls -alF /tmp
cat /tmp/*.log
ls -alF docs/build/html
pip freeze
Expand Down

0 comments on commit d76ffe2

Please sign in to comment.