Skip to content

feat: enable voice docs sync from wavekat-voice #114

feat: enable voice docs sync from wavekat-voice

feat: enable voice docs sync from wavekat-voice #114

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: [self-hosted, wavekat-ci]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run cf:build