Skip to content

Attach PDF to the online documentation #102

Attach PDF to the online documentation

Attach PDF to the online documentation #102

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
docs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r docs/requirements.txt
- run: cd docs && mkdocs gh-deploy --force