Skip to content

Commit d76ffe2

Browse files
committed
debug
1 parent 00ad7b3 commit d76ffe2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-gh-pages.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ jobs:
4545
4646
- name: Make Sphinx documentation for PyTorchLightning
4747
run: |
48-
git config --global --add safe.directory '*' # to allow sphinx to write to any directory
48+
# git config --global --add safe.directory '*' # to allow sphinx to write to any directory
4949
ls -alF docs/
5050
make docs
5151
continue-on-error: true
5252

5353
- name: Debug message
5454
run: |
55-
cat /tmp/sphinx-err-*
55+
ls -alF /tmp
56+
cat /tmp/*.log
5657
ls -alF docs/build/html
5758
pip freeze
5859

0 commit comments

Comments
 (0)