Skip to content

copy animation to .github folder -> animation in main folder will be … #4

copy animation to .github folder -> animation in main folder will be …

copy animation to .github folder -> animation in main folder will be … #4

name: Build LaTeX documents
on: [push]
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@v3
with:
root_file: main.tex
latexmk_shell_escape: true
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf