Skip to content

Merge pull request #11 from anomaly/pyndatic2-migration #5

Merge pull request #11 from anomaly/pyndatic2-migration

Merge pull request #11 from anomaly/pyndatic2-migration #5

Workflow file for this run

name: build
on:
push:
branches:
- master
paths:
- docs/**
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-terminal
- run: cd docs && mkdocs gh-deploy --force --clean --verbose