Skip to content

fix(ci): use correct path to tectonic binary #2

fix(ci): use correct path to tectonic binary

fix(ci): use correct path to tectonic binary #2

Workflow file for this run

name: Compile LaTeX Document
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Tectonic
run: curl --proto '=https' --tlsv1.2 -fsSL https://drop-sh.fullyjustified.net | sh
- name: Compile Document
run: ./tectonic main.tex