From 0d927319248f8b11678e7185835b736a0fb7ee7a Mon Sep 17 00:00:00 2001 From: Tiep Vu Date: Fri, 23 Jul 2021 18:44:55 -0700 Subject: [PATCH] try another action --- .github/workflows/latex.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 80d304c..9c9a41a 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -1,3 +1,19 @@ +# 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 LaTeX document +# uses: xu-cheng/latex-action@v2 +# with: +# root_file: book_ML.tex +# compiler: pdflatex +# args: "" +# working_directory: ./ + name: Build LaTeX document on: [push] jobs: @@ -7,9 +23,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v2 - name: Compile LaTeX document - uses: xu-cheng/latex-action@v2 + uses: dante-ev/latex-action@latest with: root_file: book_ML.tex - compiler: pdflatex args: "" - working_directory: ./