Skip to content

Merge pull request #29 from ostis-ai/origin/feat/fixed_search_strateg… #13

Merge pull request #29 from ostis-ai/origin/feat/fixed_search_strateg…

Merge pull request #29 from ostis-ai/origin/feat/fixed_search_strateg… #13

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 --config-file _docs-config/mkdocs.yml