Skip to content

Protect smslab Zed & Antelope branches #468

Protect smslab Zed & Antelope branches

Protect smslab Zed & Antelope branches #468

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@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs build