Skip to content

Commit 697a573

Browse files
committed
fix(cicd): copy deploy to the right folder
1 parent 0fe2d09 commit 697a573

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ jobs:
5858
uses: actions/download-artifact@v3
5959
with:
6060
name: storybook
61+
path: storybook-static
6162
- name: Download Landing Page
6263
uses: actions/download-artifact@v3
6364
with:
6465
name: landing-page
66+
path: out
6567

6668
- name: Deploy Nginx
6769
run: |

0 commit comments

Comments
 (0)