Skip to content

add docs fot the render and render_str method for Template #65

add docs fot the render and render_str method for Template

add docs fot the render and render_str method for Template #65

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- mkdocs.yml
- 'docs/**'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install "mkdocs-material>=9.4,<9.5"
- run: mkdocs gh-deploy --force