Skip to content

Bump pyhamcrest from 2.0.4 to 2.1.0 (#69) #10

Bump pyhamcrest from 2.0.4 to 2.1.0 (#69)

Bump pyhamcrest from 2.0.4 to 2.1.0 (#69) #10

Workflow file for this run

name: "Pull Request Sphinx Docs Check"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "sphinx_docs_build/"
build-command: "make html"
- uses: actions/upload-artifact@v3
with:
name: DocumentationHTML
path: docs/