Skip to content

Merge pull request #43 from ayasyrev:fix_doc #4

Merge pull request #43 from ayasyrev:fix_doc

Merge pull request #43 from ayasyrev:fix_doc #4

Workflow file for this run

name: Deploy_docs
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install pymdown-extensions
- run: mkdocs gh-deploy --force