Skip to content

Commit b353c05

Browse files
committed
fix: add more debug steps
1 parent 08ba814 commit b353c05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ jobs:
144144
- name: Debug contents after mike build
145145
run: |
146146
ls -la .
147-
ls -lah resources
147+
ls -lah resources
148+
ls -lah site
149+
cat mkdocs.yml
148150
149151
- name: Copy custom files to gh-pages
150152
run: |

0 commit comments

Comments
 (0)