Skip to content

Create README.md

Create README.md #2

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