Skip to content

Update workflows to use coverage and docs #2

Update workflows to use coverage and docs

Update workflows to use coverage and docs #2

Workflow file for this run

name: "Sphinx Build Test"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Queens-Physics/sphinx-action@master
with:
docs-folder: "docs/"