Skip to content

Add July feature highlights #5

Add July feature highlights

Add July feature highlights #5

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 }}