Skip to content

pam -> fasterpam

pam -> fasterpam #182

Workflow file for this run

name: github pages
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install -q --upgrade pip
python -m pip install .[docs]
- name: Create doc
run: |
python -m mkdocs gh-deploy --force