Skip to content

Remove coverage badge for the time being #21

Remove coverage badge for the time being

Remove coverage badge for the time being #21

Workflow file for this run

name: docs
on:
push:
branches: [main] # branch to trigger deployment
concurrency:
group: gh-${{ github.ref }}-docs
cancel-in-progress: true
jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source