Skip to content

chore: disable protocol racing by default #22

chore: disable protocol racing by default

chore: disable protocol racing by default #22

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
python-version: '3.11'
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Publish Documentation
run: |
uv run mkdocs gh-deploy --force