Skip to content

chore(deps-dev): bump cryptography from 44.0.3 to 46.0.2 (#18) #43

chore(deps-dev): bump cryptography from 44.0.3 to 46.0.2 (#18)

chore(deps-dev): bump cryptography from 44.0.3 to 46.0.2 (#18) #43

Workflow file for this run

name: Docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.11'
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install dependencies
run: |
poetry install
- name: Deploy
run: |
poetry run mkdocs gh-deploy --force