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 67b967f commit 236b146Copy full SHA for 236b146
.github/workflows/publish.yml
@@ -53,8 +53,9 @@ jobs:
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56
+ - name: Build Landing
57
+ run: pnpm -F landing build
58
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
-
59
- name: Upload artifact
60
uses: actions/upload-pages-artifact@v3
61
with:
0 commit comments