Skip to content

Commit dfe8713

Browse files
committed
Add debug step to GitHub Actions workflow for build output verification
1 parent 19c1960 commit dfe8713

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
source: ./docs
3434
destination: ./_site
35+
- name: Debug Build Output
36+
run: ls -la ./_site
3537
- name: Upload artifact
3638
uses: actions/upload-artifact@v3
3739
with:

0 commit comments

Comments
 (0)