Skip to content

Update the get region function. #14

Update the get region function.

Update the get region function. #14

Workflow file for this run

name: docs
on:
push:
branches:
- main
- dev_add_docs
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-material
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force