Skip to content

Blog: Dynamic Broker Scaling with restarting Brokers (#467) #57

Blog: Dynamic Broker Scaling with restarting Brokers (#467)

Blog: Dynamic Broker Scaling with restarting Brokers (#467) #57

name: Build Chaos Blog
on:
workflow_dispatch: { }
push:
branches:
- "*"
paths:
- chaos-days/**
jobs:
build:
name: Build the documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: |
cd chaos-days
npm config set legacy-peer-deps
npm install
- name: Build
run: |
cd chaos-days
npm run build