Skip to content

Commit 1f75045

Browse files
committed
debugging dist dir.
1 parent 2149f76 commit 1f75045

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Build Documentation 🏗
2929
run: npm run docs:build
3030

31+
- name: List Directories After Build
32+
run: |
33+
echo "Current directory: $(pwd)"
34+
find . -type d -name "dist" | sort
35+
3136
- name: Deploy to GitHub Pages 🚀
3237
uses: peaceiris/actions-gh-pages@v4
3338
with:

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)