Skip to content

add poisson generation to toc #114

add poisson generation to toc

add poisson generation to toc #114

Workflow file for this run

name: Publish Docs without PDF
on:
push:
branches:
- master
- main
workflow_dispatch:
inputs:
directory:
description: 'Release it'
default: 'gogogo'
required: false
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: nikeee/setup-pandoc@v1
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force