Added gh action for docs

This commit is contained in:
Magnus Persson 2022-01-08 10:13:36 +01:00
parent d7b30c484d
commit 503de20e42

19
.github/workflows/doc-build.yaml vendored Normal file
View File

@ -0,0 +1,19 @@
name: PlatformIO CI
on:
push:
branches:
- ghactions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "src_docs/"
build-command: "sphinx-build -b html . _build"