Skip to content

Commit 0d92d11

Browse files
committed
debug deployment
1 parent eef5c39 commit 0d92d11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_dir: docs/_build/html
36-
publish_branch: gh-pages
36+
publish_branch: gh-pages
37+
38+
- name: Debug Build Output
39+
run: ls -R docs/_build/html

0 commit comments

Comments
 (0)