Skip to content

feat: Adding Discord components to all commands #20

feat: Adding Discord components to all commands

feat: Adding Discord components to all commands #20

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node_version: '20.x'
cache: 'npm'
- run: npm i
- run: npm run build