Skip to content

Commit 595ed9a

Browse files
committed
Think I got it
1 parent 352a7b6 commit 595ed9a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@ jobs:
6666
- uses: actions/download-artifact@v4
6767
with:
6868
name: docs
69-
70-
- name: Check files
71-
run: |
72-
pwd
73-
ls
74-
ls */
69+
path: "./downloaded-docs/"
7570

7671
- uses: montudor/action-zip@v1
7772
with:
@@ -86,9 +81,9 @@ jobs:
8681
8782
sudo rm -rf .docusaurus .github .idea about bots build diagrams i18n misc node_modules src static .editorconfig .gitignore ./*.*
8883
89-
cp -r docs/* .
84+
cp -r downloaded-docs/* .
9085
91-
sudo rm -rf docs/
86+
sudo rm -rf downloaded-docs/
9287
9388
git add .
9489
git commit -am "Automatic deployment"

0 commit comments

Comments
 (0)