Skip to content

Restructuring of code, **update to v7.22.5 first** #140

Restructuring of code, **update to v7.22.5 first**

Restructuring of code, **update to v7.22.5 first** #140

Workflow file for this run

name: build-docs
on:
release:
types: [published]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force --clean --verbose