Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilCad committed Sep 21, 2024
1 parent 876f163 commit 4494abe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: Compile Latex and Release PDF

on:
push:
tags:
- '*.*.*'
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build_latex:
Expand All @@ -17,7 +18,8 @@ jobs:
uses: xu-cheng/latex-action@v2
with:
root_file: Nikhil_Kadiyan_Resume.tex

latexmk_use_xelatex: true

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 4494abe

Please sign in to comment.