Skip to content

Make funtion templates return templates to be rendered #25

Make funtion templates return templates to be rendered

Make funtion templates return templates to be rendered #25

Workflow file for this run

name: Build the documentation
on:
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Build the documentation
run: |
python -m pip install --upgrade pip
pip install .[docs]
mkdocs build