Skip to content

fix: v0.3.1, forgot the liveExec export #9

fix: v0.3.1, forgot the liveExec export

fix: v0.3.1, forgot the liveExec export #9

Workflow file for this run

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