diff --git a/.github/workflows/check_doc.yml b/.github/workflows/check_doc.yml new file mode 100644 index 00000000..6b25c97c --- /dev/null +++ b/.github/workflows/check_doc.yml @@ -0,0 +1,22 @@ +name: CI + +on: + push: + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + # Standard drop-in approach that should work for most people. + - uses: ammaraskar/sphinx-action@master + with: + docs-folder: "docs/" + # Great extra actions to compose with: + # Create an artifact of the html output. + - uses: actions/upload-artifact@v1 + with: + name: DocumentationHTML + path: docs/_build/html/