Skip to content

chore(site): updated site and SEO #6868

chore(site): updated site and SEO

chore(site): updated site and SEO #6868

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: pnpm install
- run: pnpm build -F '@rivetkit/*' -F '!@rivetkit/example-registry' -F '!@rivetkit/engine-frontend' -F '!@rivetkit/mcp-hub'
- run: pnpm dlx pkg-pr-new publish 'shared/typescript/*' 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'