Compare commits
No commits in common. "f28baa84a27ca4388560cd1af135e3894fa263dc" and "93a6a9601309e096def7ddfd693988f74057dae3" have entirely different histories.
f28baa84a2
...
93a6a96013
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
name: Compile
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
compile:
|
|
||||||
name: Compile
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install TeX packages
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get -y install latexmk texlive texlive-xetex
|
|
||||||
- name: Compile PDF
|
|
||||||
run: latexmk -xelatex resume.tex
|
|
||||||
- name: Save PDF
|
|
||||||
uses: forgejo/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: CV.zip
|
|
||||||
path: resume.pdf
|
|
Loading…
Add table
Add a link
Reference in a new issue