Make diacritic_sensitive
parameter optional to support $text operat…
#308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish docs | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
publish_docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: 3.10.9 | |
- name: install dependencies | |
run: pip3 install .[doc] | |
- name: publish docs | |
run: bash scripts/publish_docs.sh |