Added gh action for docs
This commit is contained in:
parent
d7b30c484d
commit
503de20e42
19
.github/workflows/doc-build.yaml
vendored
Normal file
19
.github/workflows/doc-build.yaml
vendored
Normal 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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user