Skip to content

Checking for and removing deprecated python code #598

Checking for and removing deprecated python code

Checking for and removing deprecated python code #598

Workflow file for this run

name: "Build docs"
on:
pull_request:
branches:
- master
paths:
- "docs/**"
push:
branches:
- master
- "docs/**"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"