Skip to content

feat(ai): polishing the content #4

feat(ai): polishing the content

feat(ai): polishing the content #4

Workflow file for this run

name: Publish Docs via GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force