Skip to content

Add TJ Physics Team logo to sidebar #27

Add TJ Physics Team logo to sidebar

Add TJ Physics Team logo to sidebar #27

Workflow file for this run

name: Test Docbuild
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.5.x"
enable-cache: true
- name: Build documentation
run: uv run just build-strict