Skip to content

use shortcut commands for restarting and rebuilding ui #38

use shortcut commands for restarting and rebuilding ui

use shortcut commands for restarting and rebuilding ui #38

Workflow file for this run

name: docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force