Skip to content

Add benchmark validation against CarrierCapture.jl #3

Add benchmark validation against CarrierCapture.jl

Add benchmark validation against CarrierCapture.jl #3

Workflow file for this run

name: docs
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: |
pip install mkdocs-material mkdocstrings[python] mkdocs-git-revision-date-localized-plugin
- name: Build and deploy
run: mkdocs gh-deploy --force