another resume build attempt

This commit is contained in:
Matthew Tran 2023-07-04 00:43:00 -07:00
parent f7937ec962
commit ba79e5eb69
3 changed files with 11 additions and 9 deletions

View File

@ -33,12 +33,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build resume
uses: xu-cheng/latex-action@v2
with:
root_file: assets/tex/resume.tex
env:
TEXINPUTS: "assets/tex//:"
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
@ -53,8 +47,14 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Build resume
uses: xu-cheng/latex-action@v2
with:
root_file: assets/tex/resume.tex
env:
TEXINPUTS: "assets/tex//:"
- name: Upload resume
run: cp assets/tex/resume.pdf _site/assets/resume.pdf
run: mkdir -p ./_site/assets/pdf && cp ./resume.pdf ./_site/assets/pdf/resume.pdf
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1

View File

@ -1,3 +1,5 @@
# dragonlock2.github.io
blog to be deployed at [matthewtran.dev](https://matthewtran.dev)
[![Deploy Jekyll site to Pages](https://github.com/dragonlock2/dragonlock2.github.io/actions/workflows/jekyll.yml/badge.svg)](https://github.com/dragonlock2/dragonlock2.github.io/actions/workflows/jekyll.yml)
Blog to be deployed at [matthewtran.dev](https://matthewtran.dev).

View File

@ -5,4 +5,4 @@ permalink: /resume/
excerpt: The obligatory resume.
---
Resume [here](/assets/pdf/resume.pdf)