mirror of
https://github.com/dragonlock2/dragonlock2.github.io.git
synced 2025-10-11 12:07:56 +00:00
another resume build attempt
This commit is contained in:
parent
f7937ec962
commit
ba79e5eb69
14
.github/workflows/jekyll.yml
vendored
14
.github/workflows/jekyll.yml
vendored
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
# dragonlock2.github.io
|
||||
|
||||
blog to be deployed at [matthewtran.dev](https://matthewtran.dev)
|
||||
[](https://github.com/dragonlock2/dragonlock2.github.io/actions/workflows/jekyll.yml)
|
||||
|
||||
Blog to be deployed at [matthewtran.dev](https://matthewtran.dev).
|
||||
|
Loading…
x
Reference in New Issue
Block a user