Skip to content

docs(DAT): introduce basic DAT file documentation #51

docs(DAT): introduce basic DAT file documentation

docs(DAT): introduce basic DAT file documentation #51

Workflow file for this run

name: 'Documentation'
on:
push:
branches:
- 'main'
paths:
- 'docs/**'
- 'mkdocs.yml'
permissions:
contents: 'write'
jobs:
deploy:
name: 'Publish Documentation'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/setup-python@v4'
with:
python-version: '3.x'
- run: 'pip install mkdocs-material mkdocs-section-index mkdocs-literate-nav'
- run: 'mkdocs gh-deploy -b "auto/pages" --force'