Skip to content

Fix typos & citatoin hyperlinks #40

Fix typos & citatoin hyperlinks

Fix typos & citatoin hyperlinks #40

Workflow file for this run

name: Build LaTeX document
on:
push:
workflow_dispatch:
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: |
main.tex
slides/thesis-slides.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: Thesis
path: |
main.pdf
slides/thesis-slides.pdf