Skip to content

chore: updated dependencies #171

chore: updated dependencies

chore: updated dependencies #171

Workflow file for this run

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --global pnpm
- run: pnpm install
- run: pnpm build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: apps/docs/dist