Skip to content

move to Archive

move to Archive #27

Workflow file for this run

# .github/workflows/build_latex.yml
name: Build LaTeX PDF
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git Repository
uses: actions/checkout@v2
- name: Build LaTeX files
uses: xu-cheng/latex-action@v2
with:
root_file: vs-script-first-v01.tex
latexmk_use_lualatex: true
- name: Check if PDF file is generated
run: |
file vs-script-first-v01.pdf | grep -q ' PDF '
# - name: Upload PDF
# uses: actions/upload-artifact@v2
# with:
# name: PDF
# path: vs-script-first-v01.pdf