Skip to content

Commit bade5cc

Browse files
authored
Update publish.yml
1 parent 7539f3a commit bade5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
pnpm -F landing build
4747
pnpm -F components build-storybook
48-
mv -r ./packages/components/storybook-static ./apps/landing/public/storybook
48+
mv ./packages/components/storybook-static ./apps/landing/public/storybook
4949
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)