Skip to content

Bump the github-actions group with 2 updates #46

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #46

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@dev
with:
docs-folder: "docs/"
build-command: "sphinx-build -b html . _build"