Skip to content

fix: github actions repo name #4

fix: github actions repo name

fix: github actions repo name #4

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Fonts
run: |
sudo apt-get update
sudo apt-get install fonts-noto-cjk fonts-noto-cjk-extra
- name: Install Tectonic
run: |
# Need to setup tectonic with `uses statement`
curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | sh
- name: Compile Latex
run: |
./tectonic main.tex
- uses: actions/upload-artifact@v4
name: Upload Compiled PDF
with:
name: CV
path: ./main.pdf"