Skip to content

feat(process-control): use remotexpc for terminateApp (#2727) #7310

feat(process-control): use remotexpc for terminateApp (#2727)

feat(process-control): use remotexpc for terminateApp (#2727) #7310

Workflow file for this run

name: Build Docs
on:
pull_request:
branches: [ master ]
paths:
- 'tsconfig.json'
- 'package*.json'
- 'lib/**/*.ts'
- 'lib/**/*.js'
- 'docs/**'
- '.github/workflows/docs.yml' # this file
- '!ci-jobs/**'
- '!**/test/**'
push:
branches: [ master ]
paths:
- 'tsconfig.json'
- 'package*.json'
- 'lib/**/*.ts'
- 'lib/**/*.js'
- 'docs/**'
- '.github/workflows/docs.yml' # this file
- '!ci-jobs/**'
- '!**/test/**'
jobs:
docs:
name: Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Use Node.js LTS
uses: actions/setup-node@v6.2.0
with:
node-version: lts/*
check-latest: true
- run: npm install
name: Install dependencies
- name: Install dependencies (Python)
run: npm run install-docs-deps
- name: Build Docs
run: npm run build:docs