Skip to content

release(project): 0.15.2 → 0.15.3 #158

release(project): 0.15.2 → 0.15.3

release(project): 0.15.2 → 0.15.3 #158

Workflow file for this run

name: Documentation
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install mkdocs
run: pip install --upgrade mkdocs-material
- name: Publish documentation
run: mkdocs gh-deploy --force --no-history --strict
if: ${{ github.ref == 'refs/heads/main' }}