Skip to content

Adding documentation for the new webspaces #673

Adding documentation for the new webspaces

Adding documentation for the new webspaces #673

Workflow file for this run

name: "Build docs"
on:
pull_request:
push:
branches:
- '[0-9]+.x'
- '[0-9]+.[0-9]+'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "./"
build-command: "sphinx-build -n -W --keep-going -b html -d _build/doctrees . _build/html"
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: "_build/html"