Skip to content

Merge pull request #10 from smml1996/main #29

Merge pull request #10 from smml1996/main

Merge pull request #10 from smml1996/main #29

Workflow file for this run

name: 'Build LaTex Document'
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tectonic
run: tectonic main.tex
- name: Upload pdf
uses: actions/upload-artifact@v3
with:
name: main
path: main.pdf