Skip to content

Commit

Permalink
chore: renames the main tex file, and adds github actions
Browse files Browse the repository at this point in the history
also renames the repo in github
  • Loading branch information
FeryET committed Sep 24, 2023
1 parent d04c7fb commit b6a4948
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Publish CV"

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@v3
with:
root_file: farhood-etaati-cv.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: farhood-etaati-cv.pdf
File renamed without changes.

0 comments on commit b6a4948

Please sign in to comment.