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 7539f3a commit bade5ccCopy full SHA for bade5cc
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
pnpm -F landing build
47
pnpm -F components build-storybook
48
- mv -r ./packages/components/storybook-static ./apps/landing/public/storybook
+ mv ./packages/components/storybook-static ./apps/landing/public/storybook
49
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
0 commit comments