Skip to content

test: run tsc on SDK fixtures (#819) #214

test: run tsc on SDK fixtures (#819)

test: run tsc on SDK fixtures (#819) #214

Workflow file for this run

name: Sync `docs` directory to ReadMe
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Install deps
run: npm ci
- name: Build docs
run: npm run build-docs
- name: Sync docs to ReadMe
uses: readmeio/rdme@v8
with:
rdme: docs ./dist/docs --key=${{ secrets.README_API_KEY }} --version=1.0