Skip to content

Reapply "chore: Migrate to use ai sdk v5 and newer mastra versions (#… #36

Reapply "chore: Migrate to use ai sdk v5 and newer mastra versions (#…

Reapply "chore: Migrate to use ai sdk v5 and newer mastra versions (#… #36

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "docs/**"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install Deco CLI
run: bun install -g deco-cli
- name: Install dependencies
run: |
cd docs
bun install
- name: Deploy
run: |
cd docs
bun run deploy
env:
DECO_DEPLOY_TOKEN: ${{ secrets.DECO_DEPLOY_TOKEN_DOCS }}