Skip to content

Convert helpers to .ts and expose their types (#559) #8

Convert helpers to .ts and expose their types (#559)

Convert helpers to .ts and expose their types (#559) #8

Workflow file for this run

name: Docs CI
on:
push:
branches:
- main
- master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: wyvox/action@v1
with:
pnpm-args: --frozen-lockfile
- name: Build docs assets
run: pnpm --filter test-app docs:buildall && find ./packages/test-app/dist
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/test-app/dist