Skip to content

feat: new connection match regex #25

feat: new connection match regex

feat: new connection match regex #25

Workflow file for this run

name: Docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
docs:
name: docs
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.2
with:
version: latest
- name: Build Docs
run: pnpm i && pnpm run docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "./docs"