mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 09:10:26 +02:00
Add step to list files post-docs build for verification purposes.
This commit is contained in:
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
@@ -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]"
|
||||
|
Reference in New Issue
Block a user