Skip to content

Sync the model diagrams with the model repo #674

Sync the model diagrams with the model repo

Sync the model diagrams with the model repo #674

on: pull_request
jobs:
validate:
name: Validate build
runs-on: ubuntu-latest
container: python:3
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install pre-requisites
run: pip install -r requirements.txt
- name: Build
run: mkdocs build -v --clean