Skip to content

update: add support to flexible billing mode (#250) #63

update: add support to flexible billing mode (#250)

update: add support to flexible billing mode (#250) #63

Workflow file for this run

name: Publish docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force --clean --verbose