Skip to content

Bump v1.1.1

Bump v1.1.1 #123

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.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- 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