Skip to content

Update index.md

Update index.md #12

Workflow file for this run

name: site deploy
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
- run: pip install mkdocs-material plantuml-markdown
- name: Deploy site
run: mkdocs gh-deploy --force