Skip to content

Pin actions to latest commit #913

Pin actions to latest commit

Pin actions to latest commit #913

Workflow file for this run

---
name: Build documentation
on:
pull_request:
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs build