Skip to content

NiFi props updates #373

NiFi props updates

NiFi props updates #373

Workflow file for this run

name: sphinx-doc-build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
release:
types: [published]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./docs
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v2
- name: Build docs
run: |
cd docs
pip3 install -r requirements.txt
make clean
make html