Skip to content

docs(readme): add documentation link #3

docs(readme): add documentation link

docs(readme): add documentation link #3

Workflow file for this run

name: MK Docs
on:
push:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v1
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install mkdocs-minify-plugin
- run: pip install mkdocs_puml
- working-directory: ./docs
run: mkdocs gh-deploy --force --clean --verbose