Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksairam01 authored Sep 21, 2024
1 parent 252a055 commit e94aeb5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: test1.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: test1.pdf

0 comments on commit e94aeb5

Please sign in to comment.