Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksairam01 authored Sep 21, 2024
1 parent 92f2f44 commit c495cfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: /SemEval-Task9/test1.tex
root_file: test1.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c495cfe

Please sign in to comment.