We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ad7b3 commit d76ffe2Copy full SHA for d76ffe2
.github/workflows/deploy-gh-pages.yml
@@ -45,14 +45,15 @@ jobs:
45
46
- name: Make Sphinx documentation for PyTorchLightning
47
run: |
48
- 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
49
ls -alF docs/
50
make docs
51
continue-on-error: true
52
53
- name: Debug message
54
55
- cat /tmp/sphinx-err-*
+ ls -alF /tmp
56
+ cat /tmp/*.log
57
ls -alF docs/build/html
58
pip freeze
59
0 commit comments