Skip to content

feat: add profiles command #148

feat: add profiles command

feat: add profiles command #148

name: Docs (test deployment)
on:
workflow_dispatch:
pull_request:
branches: [main]
paths: [website/**]
jobs:
test-deploy:
name: Build docs
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: website
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: yarn
- name: Build website
run: |
yarn install
yarn build