Skip to content

bump: version 0.0.0 → 0.1.0 #5

bump: version 0.0.0 → 0.1.0

bump: version 0.0.0 → 0.1.0 #5

Workflow file for this run

name: Docs
on:
push:
tags:
- "*.*.*"
paths:
- 'docs/**'
- 'CHANGELOG.md'
- 'mkdocs.yml'
- 'requirements-docs.txt'
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/[email protected]
- name: Set up Python 3.13
run: uv python install 3.13
- run: uv sync --group=docs
- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: uv run mkdocs gh-deploy --force