Skip to content
Snippets Groups Projects
Unverified Commit bc90c700 authored by Yichen Zhao's avatar Yichen Zhao Committed by GitHub
Browse files

Create build.yml

parent e16cf242
No related branches found
No related tags found
No related merge requests found
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile to PDF
uses: HermitSun/latex-action@v3
with:
root_file: njuthesis.tex
latexmk_use_xelatex: true
args: '-bibtex'
- name: Upload PDF
uses: actions/upload-artifact@v2
with:
name: PDF
path: njuthesis.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment