Skip to content

fix: image paths in ui-examples (relative to subdir) #3

fix: image paths in ui-examples (relative to subdir)

fix: image paths in ui-examples (relative to subdir) #3

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install MkDocs Material
run: pip install "mkdocs-material>=9.7.5" "mkdocs<2"
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force