Skip to content

build: add install.sh and apply ultra-minimal responsive banner #2

build: add install.sh and apply ultra-minimal responsive banner

build: add install.sh and apply ultra-minimal responsive banner #2

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install MkDocs Material
run: pip install mkdocs-material
- name: Deploy docs
run: mkdocs gh-deploy --force