Skip to content

Update package and workflows (#21) #30

Update package and workflows (#21)

Update package and workflows (#21) #30

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 }}"