Skip to content

Update itsdangerous requirement from <2.2.0,>=2.1.2 to >=2.2.0,<2.3.0… #231

Update itsdangerous requirement from <2.2.0,>=2.1.2 to >=2.2.0,<2.3.0…

Update itsdangerous requirement from <2.2.0,>=2.1.2 to >=2.2.0,<2.3.0… #231

Workflow file for this run

name: Build docs
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install Dependencies
run: pip install hatch
- run: hatch run docs:deploy