Skip to content

Rearranged the bullet points for work experience #74

Rearranged the bullet points for work experience

Rearranged the bullet points for work experience #74

Workflow file for this run

name: LaTeX
on: [push]
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: main.tex
# latexmk_use_xelatex: true
- name: Check output
run: ls
- name: Change PDF output name
run: mv main.pdf Chandrashekhar_Resume.pdf
- name: Check output (after rename)
run: ls
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: Chandrashekhar_Resume.pdf