Skip to content

Add figure building

Add figure building #1

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Setup rye
uses: eifinger/setup-rye@v4
with:
enable-cache: true
version: '0.39.0'
- name: Setup environment
run: make .venv
- name: Build figures
run: make all -j 2
- name: Upload files
uses: actions/upload-artifact@v4
with:
name: files
path: |
output/*.svg