Skip to content

Merge pull request #677 from DaddyWesker/main #137

Merge pull request #677 from DaddyWesker/main

Merge pull request #677 from DaddyWesker/main #137

Workflow file for this run

name: build docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-versoin: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material mkdocs-minify-plugin mkdocstrings[python]
- run: mkdocs gh-deploy --force