Skip to content

Split ProfileService proto to ProfileService and RuleTypeService #1480

Split ProfileService proto to ProfileService and RuleTypeService

Split ProfileService proto to ProfileService and RuleTypeService #1480

Workflow file for this run

name: Test documentation
on:
workflow_call:
pull_request:
paths:
- "docs/**"
jobs:
test-deploy:
name: Test doc deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 18
- name: Install dependencies
run: npm ci
working-directory: ./docs
- name: Test build website
run: npm run build
working-directory: ./docs