Skip to content

Merge pull request #434 from NikitaZotov/feat/skip_generating_type_arcs #175

Merge pull request #434 from NikitaZotov/feat/skip_generating_type_arcs

Merge pull request #434 from NikitaZotov/feat/skip_generating_type_arcs #175

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