Skip to content

Update package and workflows #28

Update package and workflows

Update package and workflows #28

Workflow file for this run

name: "Docs Check"
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
repo-token: "${{ secrets.GITHUB_TOKEN }}"