Skip to content

Function pointers (#269) #209

Function pointers (#269)

Function pointers (#269) #209

Workflow file for this run

# Publish documentation
name: Publish documentation
on:
push:
branches:
- main
- docs/**
- feature/**
- fix/**
paths:
- docs/**
workflow_dispatch:
jobs:
docs-deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material mkdocs-minify-plugin lunr
- name: Build and deploy
working-directory: docs
run: mkdocs gh-deploy --force