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

add deprecation notice #10

add deprecation notice

add deprecation notice #10

Workflow file for this run

name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
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