Skip to content

SRVLOGIC-83: Remove "Kogito" name from Serverless Logic documents #1702

SRVLOGIC-83: Remove "Kogito" name from Serverless Logic documents

SRVLOGIC-83: Remove "Kogito" name from Serverless Logic documents #1702

Workflow file for this run

name: Serverless Workflow Guides
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
paths-ignore:
- '.gitignore'
- 'LICENSE'
- 'README*'
jobs:
build_site:
name: "Building Serverless Workflow Documentation with Antora"
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: export DOCSEARCH_ENABLED=true
- run: export DOCSEARCH_ENGINE=lunr
- run: export NODE_PATH="$(npm -g root)"
- run: npm -v
- run: npm run install-build