Skip to content

Commit 236b146

Browse files
committed
Build landing
1 parent 67b967f commit 236b146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56+
- name: Build Landing
57+
run: pnpm -F landing build
5658
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
57-
5859
- name: Upload artifact
5960
uses: actions/upload-pages-artifact@v3
6061
with:

0 commit comments

Comments
 (0)