Skip to content

updated model loading function to support zsbert model trained with o… #68

updated model loading function to support zsbert model trained with o…

updated model loading function to support zsbert model trained with o… #68

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-markdownextradata-plugin mdx_include mkdocs-include-markdown-plugin
- run: mkdocs gh-deploy --force