Skip to content

Merge branch 'master' of https://github.com/CogStack/CogStack-NiFi #632

Merge branch 'master' of https://github.com/CogStack/CogStack-NiFi

Merge branch 'master' of https://github.com/CogStack/CogStack-NiFi #632

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