Skip to content

chore: update workflow (#86) #79

chore: update workflow (#86)

chore: update workflow (#86) #79

name: deploy-document
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy-document:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Define a cache dependency glob
uses: astral-sh/setup-uv@v5
with:
python-version: "3.10"
- name: Install the project
run: uv sync --all-extras
- name: Create the document
run: uv run mkdocs gh-deploy --force