Add step to list files post-docs build for verification purposes.

This commit is contained in:
Marcelo Prates
2025-05-16 22:12:15 -03:00
parent d17dc7d6e0
commit 0f02bc4a06

View File

@@ -30,6 +30,11 @@ jobs:
- name: Build docs with MkDocs
run: |
mkdocs build
- name: List files after build
run: |
pwd
ls -l
ls -l site || true
- name: Push site/ to site-artifact branch
run: |
git config --global user.name "github-actions[bot]"