Skip to content

Bookmarking added and dashboard update #91

Bookmarking added and dashboard update

Bookmarking added and dashboard update #91

Workflow file for this run

name: "Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip install 'sphinx==7.1.2' --force-reinstall"
docs-folder: "docs/"