Skip to content

chore: switch from yarn to pnpm #32

chore: switch from yarn to pnpm

chore: switch from yarn to pnpm #32

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
pnpm install
pnpm gen
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs