Skip to content

Add Docker Compose stack for evd and update branch changes #4

Add Docker Compose stack for evd and update branch changes

Add Docker Compose stack for evd and update branch changes #4

Workflow file for this run

name: "Docs"
on:
pull_request:
paths:
- "docs/**"
- "README.md"
- "wrangler.toml"
- ".github/workflows/docs.yml"
merge_group:
push:
branches:
- main
- release/**
- rust-core
paths:
- "docs/**"
- "README.md"
- "wrangler.toml"
- ".github/workflows/docs.yml"
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: docs build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- uses: oven-sh/setup-bun@v2
- name: Build docs site
working-directory: docs
run: |
bun install --frozen-lockfile
bun run build