Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

docs: add retirement banner to README #12

docs: add retirement banner to README

docs: add retirement banner to README #12

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force