Skip to content

docs: add outdated warning #48

docs: add outdated warning

docs: add outdated warning #48

Workflow file for this run

name: "Deploy docs to GitHub Pages"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/deploy-docs.yml"
- "mkdocs.yml"
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: atirut-w/mkdocs-deploy@master
with:
extra-packages: mkdocs-material