Skip to content

revert: roll back to v2.137.0 (7ed212ac) (#2582) #75

revert: roll back to v2.137.0 (7ed212ac) (#2582)

revert: roll back to v2.137.0 (7ed212ac) (#2582) #75

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "apps/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: bun install
- name: Deploy
run: bun run deploy
working-directory: apps/docs
env:
DECO_DEPLOY_TOKEN: ${{ secrets.DECO_DEPLOY_TOKEN_DOCS }}