Skip to content

added doku of data format (template.md) also to template.yaml #28

added doku of data format (template.md) also to template.yaml

added doku of data format (template.md) also to template.yaml #28

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-gen-files mkdocs-macros-plugin mkdocs-simple-hooks neoteroi-mkdocs
- run: mkdocs gh-deploy --force