Skip to content

Support usage of SMURF_CONFIG_DIR instead of OCS_CONFIG_DIR #310

Support usage of SMURF_CONFIG_DIR instead of OCS_CONFIG_DIR

Support usage of SMURF_CONFIG_DIR instead of OCS_CONFIG_DIR #310

name: Test Sphinx Build
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sphinx Build
uses: ammaraskar/[email protected]
with:
docs-folder: "docs/"
pre-build-command: "pip3 install -r docs/requirements.txt ."
build-command: "make html"