Skip to content

Commit c92fd60

Browse files
committed
debug
1 parent 1f72284 commit c92fd60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/deploy-gh-pages.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
cache: 'pip'
2424
- run: |
2525
git config --global --add safe.directory '*' # to allow sphinx to write to any directory
26+
ls -alF docs/
2627
make docs
2728
continue-on-error: true
29+
- run: |
30+
ls -alF docs/build/html
31+
pip freeze
2832
2933
- name: Deploy to gh-pages branch
3034
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)