Skip to content

chore: remove hello-world and starter-app from docs #41

chore: remove hello-world and starter-app from docs

chore: remove hello-world and starter-app from docs #41

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force