Skip to content

feat: add gh pages

feat: add gh pages #1

Workflow file for this run

name: Pages
on:
push:
branches:
- main
jobs:
publish-npm:
name: Publish GH Pages
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pnpm
- run: pnpm install
- run: pnpm run deploy