Skip to content

added extra methods GetAuthorizedStatus and UpdatePassword for Manage… #76

added extra methods GetAuthorizedStatus and UpdatePassword for Manage…

added extra methods GetAuthorizedStatus and UpdatePassword for Manage… #76

Workflow file for this run

name: Publish documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material==9.6.12 mkdocs==1.6.1 mkdocs-section-index==0.3.10
- run: make docs-deploy