Skip to content

Merge branch 'main' of github.com:onesoft-sudo/sudobot #1039

Merge branch 'main' of github.com:onesoft-sudo/sudobot

Merge branch 'main' of github.com:onesoft-sudo/sudobot #1039

Workflow file for this run

name: Docs Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 22
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install -D
- name: Create a production build
run: bun run build