Skip to content

Fix link

Fix link #291

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
env:
ENABLE_PDF_EXPORT: 1
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install -r requirements.txt
- run: pip install python-markdown-math
- run: mkdocs gh-deploy --force