Skip to content

Updated github actions #195

Updated github actions

Updated github actions #195

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
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: '20'
- 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