Skip to content

Commit 352a7b6

Browse files
committed
OK, debugging...
1 parent c649e61 commit 352a7b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ jobs:
6868
name: docs
6969

7070
- name: Check files
71-
run: "ls ./*"
71+
run: |
72+
pwd
73+
ls
74+
ls */
7275
7376
- uses: montudor/action-zip@v1
7477
with:
@@ -81,7 +84,7 @@ jobs:
8184
git config --global user.name "GitHub Actions"
8285
git config --global user.email "actions-user@users.noreply.github.com"
8386
84-
sudo rm -rf .docusaurus .github .idea about bots build i18n node_modules src static .editorconfig .gitignore ./*.*
87+
sudo rm -rf .docusaurus .github .idea about bots build diagrams i18n misc node_modules src static .editorconfig .gitignore ./*.*
8588
8689
cp -r docs/* .
8790

0 commit comments

Comments
 (0)