Skip to content

Replace RID tracking with session_validator and SDK event hooks #19

Replace RID tracking with session_validator and SDK event hooks

Replace RID tracking with session_validator and SDK event hooks #19

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"
- name: Install package and doc dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[docs]
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force