Skip to content

Report CI

Report CI #1

Workflow file for this run

name: Report CI
on:
push:
paths:
- 'edmaths.sty'
- 'example-report.tex'
- 'example-references.bib'
workflow_dispatch:
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: edengths.tex
args: "-pdfps -file-line-error -halt-on-error -interaction=nonstopmode"