Skip to content

NiFi: fixed cerner-processing script. #857

NiFi: fixed cerner-processing script.

NiFi: fixed cerner-processing script. #857

Workflow file for this run

name: doc-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./docs
steps:
- uses: actions/checkout@v6
- name: Build docs
run: |
cd docs
pip3 install -r requirements.txt
make clean
make html