Skip to content

Commit 34c2ef8

Browse files
authored
Update publish.yml
1 parent bade5cc commit 34c2ef8

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
@@ -43,9 +43,9 @@ jobs:
4343
pnpm test
4444
- name: Build Landing
4545
run: |
46-
pnpm -F landing build
4746
pnpm -F components build-storybook
4847
mv ./packages/components/storybook-static ./apps/landing/public/storybook
48+
pnpm -F landing build
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)