Skip to content

updates for developer meeting sept 2024 #6

updates for developer meeting sept 2024

updates for developer meeting sept 2024 #6

Workflow file for this run

name: compile
on:
push
jobs:
build_paper:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/latex@main
with:
paper: 'main.tex'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}