Skip to content

Commit 0f02bc4

Browse files
committed
Add step to list files post-docs build for verification purposes.
1 parent d17dc7d commit 0f02bc4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
- name: Build docs with MkDocs
3131
run: |
3232
mkdocs build
33+
- name: List files after build
34+
run: |
35+
pwd
36+
ls -l
37+
ls -l site || true
3338
- name: Push site/ to site-artifact branch
3439
run: |
3540
git config --global user.name "github-actions[bot]"

0 commit comments

Comments
 (0)