We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c649e61 commit 352a7b6Copy full SHA for 352a7b6
.github/workflows/deploy.yml
@@ -68,7 +68,10 @@ jobs:
68
name: docs
69
70
- name: Check files
71
- run: "ls ./*"
+ run: |
72
+ pwd
73
+ ls
74
+ ls */
75
76
- uses: montudor/action-zip@v1
77
with:
@@ -81,7 +84,7 @@ jobs:
81
84
git config --global user.name "GitHub Actions"
82
85
git config --global user.email "actions-user@users.noreply.github.com"
83
86
- 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 ./*.*
88
89
cp -r docs/* .
90
0 commit comments