diff --git a/.github/workflows/LaTeXcompile.yml b/.github/workflows/LaTeXcompile.yml index 6963d8f..f6c3561 100644 --- a/.github/workflows/LaTeXcompile.yml +++ b/.github/workflows/LaTeXcompile.yml @@ -9,6 +9,10 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v2 + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v2 + with: + root_file: Alembic.tex - name: Update README uses: nanasess/setup-php@master with: