Skip to content

chore: release 1.3.2 for better support for nextjs (#500) #325

chore: release 1.3.2 for better support for nextjs (#500)

chore: release 1.3.2 for better support for nextjs (#500) #325

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Build
run: |
npm i pnpm -g
pnpm install
pnpm run build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
publish_dir: ./dist