Skip to content

Merge pull request #463 from wphillipmoore/chore/362-bootstrap-st-config #316

Merge pull request #463 from wphillipmoore/chore/362-bootstrap-st-config

Merge pull request #463 from wphillipmoore/chore/362-bootstrap-st-config #316

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- develop
workflow_dispatch:
permissions:
contents: write
concurrency:
group: docs
cancel-in-progress: false
jobs:
deploy:
name: "deploy: docs"
runs-on: ubuntu-latest
container: ghcr.io/wphillipmoore/dev-docs:latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Install dependencies
run: uv sync --frozen --group docs
- name: Deploy docs
uses: wphillipmoore/standard-actions/actions/docs-deploy@v1.4
with:
version-command: uv run python -c "from importlib.metadata import version; v=version('pymqrest'); print('.'.join(v.split('.')[:2]))"
mike-command: uv run mike
checkout-common: "true"