Skip to content

Add actions for docs build #1

Add actions for docs build

Add actions for docs build #1

Workflow file for this run

name: "Pull Request Docs Check"
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: docs/_build/html/