Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radinshayanfar authored Nov 23, 2022
1 parent a3a21b3 commit 3b14404
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: |
cv.tex
resume.tex
latexmk_use_xelatex: true
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
cv.pdf
resume.pdf

0 comments on commit 3b14404

Please sign in to comment.