Skip to content

Merge pull request #450 from NikitaZotov/feat/improve_docs_headers #168

Merge pull request #450 from NikitaZotov/feat/improve_docs_headers

Merge pull request #450 from NikitaZotov/feat/improve_docs_headers #168

Workflow file for this run

name: Deploy docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip3 install mkdocs-material
- run: mkdocs gh-deploy --force