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 bade5cc commit 34c2ef8Copy full SHA for 34c2ef8
.github/workflows/publish.yml
@@ -43,9 +43,9 @@ jobs:
43
pnpm test
44
- name: Build Landing
45
run: |
46
- pnpm -F landing build
47
pnpm -F components build-storybook
48
mv ./packages/components/storybook-static ./apps/landing/public/storybook
+ pnpm -F landing build
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