Skip to content

PTEUDO-2095: db roleclaim username should be optional (#366) #287

PTEUDO-2095: db roleclaim username should be optional (#366)

PTEUDO-2095: db roleclaim username should be optional (#366) #287

Workflow file for this run

name: docs
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install markdown pymdown-extensions mkdocs-material mkdocs-mermaid2-plugin
- run: mkdocs gh-deploy --force