Skip to content

update docs with default ocr lang list (#94) #43

update docs with default ocr lang list (#94)

update docs with default ocr lang list (#94) #43

Workflow file for this run

name: Deploy 3.0 docs
on:
push:
branches:
- "v3.0"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: "v3.0"
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install poetry
poetry install --no-root
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
poetry run mike deploy -p 3.0 latest --update-aliases