Skip to content

chore: bump htag version to 2.0.27 in pyproject.toml and uv.lock #104

chore: bump htag version to 2.0.27 in pyproject.toml and uv.lock

chore: bump htag version to 2.0.27 in pyproject.toml and uv.lock #104

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
run: uv python install
- name: Install dependencies
run: uv sync --group dev
- name: Deploy documentation
run: uv run mkdocs gh-deploy --force